Skip to content

Commit

Permalink
Make ProGuard rules consumable (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma authored and sjudd committed Oct 26, 2018
1 parent 8a26a6b commit f7d8604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ android {
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
versionName VERSION_NAME as String
consumerProguardFiles 'proguard-rules.txt'
}

compileOptions {
Expand Down

0 comments on commit f7d8604

Please sign in to comment.