Skip to content

Commit

Permalink
Exclude packaging options (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu authored May 17, 2017
1 parent 7e51014 commit d44fdfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ android {
consumerProguardFiles 'release-proguard.pro'
}

packagingOptions {
exclude '**/BuildConfig.class'
}

lintOptions {
abortOnError false
}
Expand Down

0 comments on commit d44fdfc

Please sign in to comment.