hexapod/software/android/settings.gradle
Zhengyu Peng 7f5d34a405 update
2022-02-13 09:50:26 -05:00

11 lines
273 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
// Warning: this repository is going to shut down soon
}
}
rootProject.name = "Hexapod"
include ':app'