Skip to content

Commit ab6cbe5

Browse files
committed
Revert "Bugfix/ci lint proguard (#19724)"
This reverts commit 86d8c7a.
1 parent 7f941fb commit ab6cbe5

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

RNTester/android/app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ android {
120120
signingConfig signingConfigs.release
121121
}
122122
}
123-
124-
lintOptions {
125-
abortOnError false
126-
}
127-
128123
// applicationVariants are e.g. debug, release
129124
applicationVariants.all { variant ->
130125
variant.outputs.each { output ->

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,4 @@ allprojects {
3535
url "$androidSdk/extras/m2repository/"
3636
}
3737
}
38-
39-
project.configurations.all {
40-
resolutionStrategy.eachDependency { details ->
41-
if (details.requested.group == 'com.facebook.soloader') {
42-
details.useVersion "0.3.0"
43-
}
44-
}
45-
}
4638
}

0 commit comments

Comments
 (0)