mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
12 lines
251 B
Kotlin
12 lines
251 B
Kotlin
rootProject.extra.apply {
|
|
set("androidPluginVersion", "7.1.3")
|
|
set("kotlinVersion", "1.6.21")
|
|
set("hutoolVersion", "5.7.22")
|
|
}
|
|
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven(url = "https://jitpack.io")
|
|
} |