Skip to content

Commit baf88b3

Browse files
authored
Merge pull request #996 from maheshwarimrinal/patch-1
added mavenCentral() for gradle builds
2 parents 5e2b9ad + b50c940 commit baf88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

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

55
buildscript {
66
repositories {
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {

0 commit comments

Comments
 (0)