Skip to content

Commit

Permalink
proguard rules for battery api
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Sep 3, 2024
1 parent 65db73d commit c6ab240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/wallet/instance/main/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

-keep class io.tonapi.** { *; }

-keep class io.batteryapi.** { *; }

-keep class com.google.j2objc.annotations.** { *; }

# Keep enum values to ensure correct deserialization
Expand Down

0 comments on commit c6ab240

Please sign in to comment.