Files
vc-kirby-app/settings.gradle
Fabian Christoffel 2ca6dcf1b1 chore: initial commit
2023-07-04 14:32:31 +02:00

17 lines
335 B
Groovy

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