birthdaycountdown/android-app/settings.gradle

17 lines
335 B
Groovy
Raw Permalink Normal View History

2022-06-05 13:19:59 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Birthday Countdown"
include ':app'