Replace repo

This commit is contained in:
xynngh 2021-06-04 11:12:23 +04:00
parent 848b7e4496
commit eff84bdcd8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}