Skip to content

Commit f990a16

Browse files
committed
improve usage of proguard rules
1 parent 80b06d2 commit f990a16

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ android {
1212
targetSdkVersion 23
1313
versionCode 1
1414
versionName "1.0"
15-
}
16-
buildTypes {
17-
release {
18-
minifyEnabled false
19-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
20-
}
15+
consumerProguardFiles 'proguard-rules.pro'
2116
}
2217
}
2318

0 commit comments

Comments
 (0)