Skip to content

Commit c4d6aa3

Browse files
committed
Add consumer proguard rules
1 parent dac7e09 commit c4d6aa3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

quickpermissions/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ android {
2323
versionCode 1
2424
versionName "1.0"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
26+
consumerProguardFiles "consumer-proguard-rules.pro"
2627
}
2728

2829
buildTypes {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-keepclassmembers class ** {
2+
@com.livinglifetechway.quickpermissions.annotations.* public *;
3+
}

0 commit comments

Comments
 (0)