fix(android): Adding mavenCentral() as jcenter() is shutting down (#1961)

Adding mavenCentral() as jcenter() is shutting down
This commit is contained in:
Mrinal Maheshwari 2021-04-20 19:55:27 +05:30 committed by GitHub
parent d6672c87eb
commit 015054c2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ buildscript {
// module dependency in an application project.
if (project == rootProject) {
repositories {
mavenCentral()
google()
jcenter()
}
@ -18,6 +19,7 @@ buildscript {
}
} else {
repositories {
mavenCentral()
jcenter()
}