mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 18:36:16 +00:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
rootProject.name = "dantotsu"
|
|
include(":app")
|