mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-03 06:33:42 +00:00
10 lines
297 B
Groovy
10 lines
297 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
}
|
|
}
|
|
rootProject.name = "HeapsAndroidHelloWorld"
|
|
include ':app'
|