Update build.gradle

This commit is contained in:
Duy Tran Khanh 2021-11-10 05:24:51 +07:00 committed by GitHub
parent f5fbc3df7d
commit 6d72534ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ buildscript {
repositories {
mavenCentral()
google()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
@ -17,5 +18,6 @@ allprojects {
repositories {
mavenCentral()
google()
maven { url "https://jitpack.io" }
}
}