Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 64c1dff

Browse files
Adding mavenCentral() as jcenter() is shutting
Adding mavenCentral() as jcenter() is shutting down
1 parent 49619e8 commit 64c1dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildscript {
22
repositories {
3+
mavenCentral()
34
google()
45
jcenter()
56
}
@@ -10,6 +11,7 @@ buildscript {
1011

1112
allprojects {
1213
repositories {
14+
mavenCentral()
1315
google()
1416
jcenter()
1517
}

0 commit comments

Comments
 (0)