Skip to content

Commit ff606d8

Browse files
committed
Fix consumer proguard rules
1 parent c4d6aa3 commit ff606d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
-keepclassmembers class ** {
2-
@com.livinglifetechway.quickpermissions.annotations.* public *;
1+
-keepclassmembers class * {
2+
@com.livinglifetechway.quickpermissions.annotations.* <methods>;
33
}

0 commit comments

Comments
 (0)