mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
allprojects {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
maven(url = "https://jitpack.io")
|
|
}
|
|
}
|