Skip to content

Commit

Permalink
Change jcenter to mavenCentral
Browse files Browse the repository at this point in the history
As of February 1, 2021, JCenter will go offline,

It is required to update to RN 0.65 and Change jcenter to mavenCentral

react-native-community/discussions-and-proposals#331
  • Loading branch information
MiguelAngelVM committed Jan 13, 2022
1 parent ceaec8a commit 800213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -9,7 +9,7 @@ def computeVersionName() {
}
buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 800213d

Please sign in to comment.