Skip to content

Commit

Permalink
fix ZSON 0.3.0 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Jul 4, 2024
1 parent fce32c0 commit a529b36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proguard.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
-allowaccessmodification
#noinspection ShrinkerInvalidFlags
-optimizeaggressively
-overloadaggressively
-repackageclasses zume
-keepattributes Runtime*Annotations # keep annotations
-keepattributes Runtime*Annotations,AnnotationDefault # keep annotations

-keep public class dev.nolij.zume.api.** { public *; } # public APIs
-keepclassmembers class dev.nolij.zume.impl.config.ZumeConfigImpl { public <fields>; } # dont rename config fields
Expand Down

0 comments on commit a529b36

Please sign in to comment.