Skip to content

Commit

Permalink
Revert "Bugfix/ci lint proguard (facebook#19724)"
Browse files Browse the repository at this point in the history
This reverts commit 86d8c7a.
  • Loading branch information
chirag04 committed Jun 15, 2018
1 parent 7f941fb commit ab6cbe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ android {
signingConfig signingConfigs.release
}
}

lintOptions {
abortOnError false
}

// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,4 @@ allprojects {
url "$androidSdk/extras/m2repository/"
}
}

project.configurations.all {
resolutionStrategy.eachDependency { details ->
if (details.requested.group == 'com.facebook.soloader') {
details.useVersion "0.3.0"
}
}
}
}

0 comments on commit ab6cbe5

Please sign in to comment.