Skip to content

Commit

Permalink
Updates proguard config to keep more of the original code
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored and tgregg committed Dec 26, 2023
1 parent 57c6787 commit fe8ad4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/proguard/rules.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# See https://www.guardsquare.com/manual/configuration/usage
-keep class !com.amazon.ion.shaded_.** { *; }
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod
-keep,includecode class !com.amazon.ion.shaded_.** { *; }
-dontoptimize
-dontobfuscate
-dontwarn java.sql.Timestamp

0 comments on commit fe8ad4a

Please sign in to comment.