mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
11 lines
216 B
Kotlin
11 lines
216 B
Kotlin
rootProject.extra.apply {
|
|
set("androidPluginVersion", "7.0.3")
|
|
set("kotlinVersion", "1.5.31")
|
|
}
|
|
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven(url = "https://jitpack.io")
|
|
} |