File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
-keep,allowobfuscation @interface com.facebook.proguard.annotations.DoNotStrip
26
26
-keep,allowobfuscation @interface com.facebook.proguard.annotations.KeepGettersAndSetters
27
27
-keep,allowobfuscation @interface com.facebook.common.internal.DoNotStrip
28
+ -keep,allowobfuscation @interface com.facebook.jni.annotations.DoNotStrip
28
29
29
30
# Do not strip any method/class that is annotated with @DoNotStrip
30
31
-keep @com.facebook.proguard.annotations.DoNotStrip class *
31
32
-keep @com.facebook.common.internal.DoNotStrip class *
33
+ -keep @com.facebook.jni.annotations.DoNotStrip class *
32
34
-keepclassmembers class * {
33
35
@com.facebook.proguard.annotations.DoNotStrip *;
34
36
@com.facebook.common.internal.DoNotStrip *;
37
+ @com.facebook.jni.annotations.DoNotStrip *;
35
38
}
36
39
37
40
-keepclassmembers @com.facebook.proguard.annotations.KeepGettersAndSetters class * {
You can’t perform that action at this time.
0 commit comments