Skip to content

Commit

Permalink
Merge pull request #8 from Evisceration/proguard-consumer
Browse files Browse the repository at this point in the history
library: add proguard consumer rules
  • Loading branch information
patloew authored Nov 18, 2016
2 parents 8ba03dc + 5646fde commit 8ca99db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
consumerProguardFiles 'proguard-rules-consumer.pro'
}
}
compileOptions {
Expand Down
1 change: 1 addition & 0 deletions library/proguard-rules-consumer.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn java.lang.invoke.*

0 comments on commit 8ca99db

Please sign in to comment.