Update build.gradle

This commit is contained in:
2021-09-04 18:54:59 +06:00
committed by GitHub
parent 9bc410ccf8
commit 9d220c91e3

View File

@@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
mavenLocal()
@@ -19,10 +18,8 @@ buildscript {
allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
}