Skip to content

Commit f7d8604

Browse files
rehlmasjudd
authored andcommittedOct 26, 2018
Make ProGuard rules consumable (#3375)
1 parent 8a26a6b commit f7d8604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎library/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ android {
3737
minSdkVersion MIN_SDK_VERSION as int
3838
targetSdkVersion TARGET_SDK_VERSION as int
3939
versionName VERSION_NAME as String
40+
consumerProguardFiles 'proguard-rules.txt'
4041
}
4142

4243
compileOptions {

0 commit comments

Comments
 (0)
Please sign in to comment.