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

Using manifest placeholders now Convert files from Groovy to Kotlin (shouldn't be any errors)
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Unitto"
|
|
include(":app")
|