Skip to content

Commit 5d42726

Browse files
authoredJan 24, 2022
chore: updated jcenter to mavenCentral, updated flipper version (#187)
1 parent 6266848 commit 5d42726

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎Example/android/build.gradle

+2-2
Original file line numberDiff line numberDiff 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
}

‎Example/android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ android.useAndroidX=true
2525
android.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

‎android/build.gradle

+1-2
Original file line numberDiff line numberDiff 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

4646
repositories {
4747
mavenCentral()
48-
jcenter()
4948
google()
5049

5150
def found = false

0 commit comments

Comments
 (0)
Please sign in to comment.