Skip to content

Commit f1bc18b

Browse files
committed
Merge pull request #6 from larsgrefer/proguardConfig
improve usage of proguard rules
2 parents 80b06d2 + f990a16 commit f1bc18b

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)