File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010 repositories {
1111 google()
12- jcenter ()
12+ mavenCentral ()
1313 }
1414 dependencies {
1515 classpath(" com.android.tools.build:gradle:3.5.3" )
@@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 google()
34- jcenter ()
34+ mavenCentral ()
3535 maven { url ' https://www.jitpack.io' }
3636 }
3737}
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ android.useAndroidX=true
2525android.enableJetifier =true
2626
2727# Version of flipper SDK to use with React Native
28- FLIPPER_VERSION =0.54 .0
28+ FLIPPER_VERSION =0.129 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 if (project == rootProject) {
66 repositories {
77 google()
8- jcenter ()
8+ mavenCentral ()
99 }
1010
1111 dependencies {
@@ -45,7 +45,6 @@ android {
4545
4646repositories {
4747 mavenCentral()
48- jcenter()
4948 google()
5049
5150 def found = false
You can’t perform that action at this time.
0 commit comments