File tree 11 files changed +14
-34
lines changed
src/main/java/com/facebook/proguard/annotations
react-native-codegen/android
react-native-gradle-plugin
11 files changed +14
-34
lines changed Original file line number Diff line number Diff line change 8
8
[maven_repositories]
9
9
central = https://repo1.maven.org/maven2
10
10
google = https://maven.google.com/
11
- jcenter = https://jcenter.bintray.com/
12
11
13
12
[alias]
14
13
rntester = //packages/rn-tester/android/app:app
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ indent_size = 2
13
13
[* .gradle ]
14
14
indent_size = 4
15
15
16
+ [* .kts ]
17
+ indent_size = 4
18
+
16
19
[BUCK ]
17
20
indent_size = 4
18
21
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ android {
484
484
485
485
dependencies {
486
486
api(" com.facebook.infer.annotation:infer-annotation:0.11.2" )
487
- api(" com.facebook.yoga:proguard-annotations:1.17 .0" )
487
+ api(" com.facebook.yoga:proguard-annotations:1.19 .0" )
488
488
api(" javax.inject:javax.inject:1" )
489
489
api(" androidx.appcompat:appcompat:1.0.2" )
490
490
api(" androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" )
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ rn_prebuilt_jar(
9
9
10
10
fb_native .remote_file (
11
11
name = "annotations-binary.jar" ,
12
- sha1 = "95ff77fd4870136a0454dd7ccad8813db87bd9ab " ,
13
- url = "https://jcenter.bintray. com/com/ facebook/ yoga/ proguard-annotations/1.17.0/proguard-annotations-1.17.0.jar " ,
12
+ sha1 = "fcbbb39052e6490eaaf6a6959c49c3a4fbe87c63 " ,
13
+ url = "mvn: com. facebook. yoga: proguard-annotations:jar:1.19.0 " ,
14
14
)
15
15
16
16
rn_android_library (
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ buildscript {
10
10
mavenLocal()
11
11
google()
12
12
mavenCentral()
13
- jcenter {
14
- content {
15
- includeModule(" org.jetbrains.trove4j" , " trove4j" )
16
- }
17
- }
18
13
}
19
14
dependencies {
20
15
classpath(" com.android.tools.build:gradle:4.2.1" )
@@ -38,16 +33,10 @@ allprojects {
38
33
mavenLocal()
39
34
google()
40
35
mavenCentral()
41
- jcenter {
42
- content {
43
- includeModule(" com.facebook.yoga" , " proguard-annotations" )
44
- includeModule(" com.facebook.fresco" , " stetho" )
45
- }
46
- }
47
36
}
48
37
49
38
// used to override ndk path on CI
50
39
if (System .getenv(" LOCAL_ANDROID_NDK_VERSION" ) != null ) {
51
- setProperty(" ANDROID_NDK_VERSION" , System .getenv(" LOCAL_ANDROID_NDK_VERSION" ))
40
+ setProperty(" ANDROID_NDK_VERSION" , System .getenv(" LOCAL_ANDROID_NDK_VERSION" ))
52
41
}
53
42
}
Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ buildscript {
12
12
mavenLocal()
13
13
google()
14
14
mavenCentral()
15
- jcenter {
16
- content {
17
- includeGroup(" org.jetbrains.trove4j" )
18
- }
19
- }
20
15
}
21
16
dependencies {
22
17
classpath(" com.android.tools.build:gradle:4.2.1" )
@@ -28,11 +23,6 @@ allprojects {
28
23
mavenLocal()
29
24
google()
30
25
mavenCentral()
31
- jcenter {
32
- content {
33
- includeGroup(" org.jetbrains.trove4j" )
34
- }
35
- }
36
26
}
37
27
}
38
28
Original file line number Diff line number Diff line change @@ -10,10 +10,5 @@ allprojects {
10
10
mavenLocal()
11
11
google()
12
12
mavenCentral()
13
- jcenter {
14
- content {
15
- includeGroup(" org.jetbrains.trove4j" )
16
- }
17
- }
18
13
}
19
14
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
14
14
repositories {
15
15
google()
16
- jcenter ()
16
+ mavenCentral ()
17
17
}
18
18
19
19
gradlePlugin {
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ dependencies {
213
213
hermesDebugImplementation files(hermesPath + " hermes-debug.aar" )
214
214
hermesReleaseImplementation files(hermesPath + " hermes-release.aar" )
215
215
216
+ debugImplementation(" com.facebook.fresco:stetho:2.3.0" )
216
217
debugImplementation(" com.facebook.flipper:flipper:${ FLIPPER_VERSION} " ) {
217
218
exclude group :' com.facebook.fbjni'
218
219
}
@@ -223,6 +224,7 @@ dependencies {
223
224
224
225
debugImplementation(" com.facebook.flipper:flipper-fresco-plugin:${ FLIPPER_VERSION} " ) {
225
226
exclude group :' com.facebook.flipper'
227
+ exclude group :' com.facebook.fresco' , module :' stetho'
226
228
}
227
229
228
230
if (useIntlJsc) {
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ dependencies {
185
185
186
186
implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
187
187
188
+ debugImplementation(" com.facebook.fresco:stetho:2.3.0" )
188
189
debugImplementation(" com.facebook.flipper:flipper:${ FLIPPER_VERSION} " ) {
189
190
exclude group :' com.facebook.fbjni'
190
191
}
@@ -196,6 +197,7 @@ dependencies {
196
197
197
198
debugImplementation(" com.facebook.flipper:flipper-fresco-plugin:${ FLIPPER_VERSION} " ) {
198
199
exclude group :' com.facebook.flipper'
200
+ exclude group :' com.facebook.fresco' , module :' stetho'
199
201
}
200
202
201
203
if (enableHermes) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
repositories {
12
12
google()
13
- jcenter ()
13
+ mavenCentral ()
14
14
}
15
15
dependencies {
16
16
classpath(" com.android.tools.build:gradle:4.2.1" )
@@ -21,6 +21,7 @@ buildscript {
21
21
22
22
allprojects {
23
23
repositories {
24
+ mavenCentral()
24
25
mavenLocal()
25
26
maven {
26
27
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
@@ -32,7 +33,6 @@ allprojects {
32
33
}
33
34
34
35
google()
35
- jcenter()
36
36
maven { url ' https://www.jitpack.io' }
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments