Initial commit: Android & Garmin Remote Camera App with Live Preview
This commit is contained in:
17
android-app/settings.gradle.kts
Normal file
17
android-app/settings.gradle.kts
Normal file
@@ -0,0 +1,17 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://jitpack.io") // Often useful
|
||||
}
|
||||
}
|
||||
rootProject.name = "FotoCompanion"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user