Skip to content

Commit

Permalink
Bugfix/ci lint proguard (#19724)
Browse files Browse the repository at this point in the history
Summary:
* avoid lint to interrupt ci
* add proguard rules
pass all ci
none
 [GENERAL] [ENHANCEMENT] [CI] - Fix lint and proguard
Closes facebook/react-native#19724

Differential Revision: D8446721

Pulled By: hramos

fbshipit-source-id: b21c5418210b27dda6a7194995a25df39af0c92a
  • Loading branch information
gengjiawen authored and facebook-github-bot committed Jun 15, 2018
1 parent 5216572 commit 8c1eb46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ android {
signingConfig signingConfigs.release
}
}

lintOptions {
abortOnError false
}

// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down

0 comments on commit 8c1eb46

Please sign in to comment.