We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d6aa3 commit ff606d8Copy full SHA for ff606d8
quickpermissions/consumer-proguard-rules.pro
@@ -1,3 +1,3 @@
1
--keepclassmembers class ** {
2
- @com.livinglifetechway.quickpermissions.annotations.* public *;
+-keepclassmembers class * {
+ @com.livinglifetechway.quickpermissions.annotations.* <methods>;
3
}
0 commit comments