Skip to content

Commit

Permalink
Update proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Lost-Fly authored May 25, 2024
1 parent 5f1c56b commit 6fd35f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,16 @@
boolean reportFixture(long);
float reportRayFixture(long, float, float, float, float, float);
}

# Keep Jackson annotations
-keepattributes *Annotation*
# Retain annotation for @ConstructorProperties
-keep class java.beans.ConstructorProperties { *; }
-keep class org.slf4j.impl.StaticLoggerBinder { *; }

# Jackson module-parameter-names
-keepnames class com.fasterxml.jackson.** { *; }
-keepclassmembers class com.fasterxml.jackson.** { *; }

# Keep SLF4J
-keep class org.slf4j.** { *; }

0 comments on commit 6fd35f4

Please sign in to comment.