Files
doerflingerhelpers/settings.gradle
Alexander Dörflinger 1bfe0a4088 [AA] Enabled rudimentary Android Auto Support
Enabled the app for Android Auto, currently no real functionality
yet, but to be added in future commits.
2025-04-07 08:50:16 +02:00

18 lines
325 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application"
include ':app'