Commit 48318b1 1 parent 1bf84a6 commit 48318b1 Copy full SHA for 48318b1
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 24
24
# See http://sourceforge.net/p/proguard/bugs/466/
25
25
-keep,allowobfuscation @interface com.facebook.proguard.annotations.DoNotStrip
26
26
-keep,allowobfuscation @interface com.facebook.proguard.annotations.KeepGettersAndSetters
27
- -keep,allowobfuscation @interface com.facebook.common.internal.DoNotStrip
28
- -keep,allowobfuscation @interface com.facebook.jni.annotations.DoNotStrip
29
27
30
28
# Do not strip any method/class that is annotated with @DoNotStrip
31
29
-keep @com.facebook.proguard.annotations.DoNotStrip class *
32
- -keep @com.facebook.common.internal.DoNotStrip class *
33
- -keep @com.facebook.jni.annotations.DoNotStrip class *
34
30
-keepclassmembers class * {
35
31
@com.facebook.proguard.annotations.DoNotStrip *;
36
- @com.facebook.common.internal.DoNotStrip *;
37
- @com.facebook.jni.annotations.DoNotStrip *;
32
+ }
33
+
34
+ -keep @com.facebook.proguard.annotations.DoNotStripAny class * {
35
+ *;
38
36
}
39
37
40
38
-keepclassmembers @com.facebook.proguard.annotations.KeepGettersAndSetters class * {
You can’t perform that action at this time.
0 commit comments