trainlog/android/settings.gradle.kts
2026-09-06 14:29:59 +02:00

21 lines
350 B
Text

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(
RepositoriesMode.FAIL_ON_PROJECT_REPOS
)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "TrainlogAndroid"
include(":app")