mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00

Using local compiler options. See: File | Settings | Build, Execution, Deployment | Compiler
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven(url = "https://jitpack.io")
|
|
}
|
|
}
|
|
rootProject.name = "Unitto"
|
|
include(":app")
|