Skip to content

Commit

Permalink
Merge pull request #996 from maheshwarimrinal/patch-1
Browse files Browse the repository at this point in the history
added mavenCentral() for gradle builds
  • Loading branch information
itinance committed Apr 24, 2021
2 parents 5e2b9ad + b50c940 commit baf88b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {

buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit baf88b3

Please sign in to comment.