added jitpack maven

This commit is contained in:
Duy Tran Khanh 2021-11-09 19:58:36 +07:00 committed by GitHub
parent 91296a9826
commit 452dccd78a
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" }
}
}