Skip to content

Commit

Permalink
Merge pull request #1956 from maheshwarimrinal/patch-1
Browse files Browse the repository at this point in the history
Adding mavenCentral() as jcenter() is shutting
  • Loading branch information
Boris Tacyniak authored Apr 18, 2021
2 parents 49619e8 + 64c1dff commit b77c465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
Expand All @@ -10,6 +11,7 @@ buildscript {

allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
Expand Down

0 comments on commit b77c465

Please sign in to comment.