Skip to content

Commit 229a678

Browse files
authored
Merge pull request #13 from pamartineza/proguardConsumer
added consumerProguardFiles
2 parents 495e6fc + 07c73bd commit 229a678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
buildTypes {
1414
release {
1515
minifyEnabled false
16-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
16+
consumerProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)