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 16:25:27 +02:00
committed by GitHub
parent d6672c87eb
commit 015054c2f5
+2
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()
}