We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 495e6fc + 07c73bd commit 229a678Copy full SHA for 229a678
1 file changed
library/build.gradle
@@ -13,7 +13,7 @@ android {
13
buildTypes {
14
release {
15
minifyEnabled false
16
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ consumerProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17
}
18
19
0 commit comments