Skip to content

Commit

Permalink
library: add proguard consumer rules
Browse files Browse the repository at this point in the history
Change-Id: I71299bdd2c902ebfe5c154d6faa15ee81d87a57f
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Nov 18, 2016
1 parent 8ba03dc commit 5646fde
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 5646fde

Please sign in to comment.