Skip to content

Commit bf60777

Browse files
added mavenCentral() for gradle builds
As jCenter is shutting down so adding mavenCentral() so that gradle builds fail
1 parent 5e2b9ad commit bf60777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def safeExtGet(prop, fallback) {
44

55
buildscript {
66
repositories {
7+
mavenCentral()
78
jcenter()
89
}
910

0 commit comments

Comments
 (0)