File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
repositories {
11
11
google()
12
- jcenter ()
12
+ mavenCentral ()
13
13
}
14
14
dependencies {
15
15
classpath(" com.android.tools.build:gradle:3.5.3" )
@@ -31,7 +31,7 @@ allprojects {
31
31
}
32
32
33
33
google()
34
- jcenter ()
34
+ mavenCentral ()
35
35
maven { url ' https://www.jitpack.io' }
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ android.useAndroidX=true
25
25
android.enableJetifier =true
26
26
27
27
# 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 {
5
5
if (project == rootProject) {
6
6
repositories {
7
7
google()
8
- jcenter ()
8
+ mavenCentral ()
9
9
}
10
10
11
11
dependencies {
@@ -45,7 +45,6 @@ android {
45
45
46
46
repositories {
47
47
mavenCentral()
48
- jcenter()
49
48
google()
50
49
51
50
def found = false
You can’t perform that action at this time.
0 commit comments