Skip to content

Commit

Permalink
Merge pull request #599 from /issues/586-error-class-r8-fullmode
Browse files Browse the repository at this point in the history
Fix rules for R8 fullMode
  • Loading branch information
hvge committed Jun 10, 2024
2 parents ae4ccd9 + d953312 commit d4986a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proj-android/PowerAuthLibrary/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
-keepclassmembers class io.getlime.core.rest.model.** {
<fields>;
}
# necessary for R8 fullMode
-keep, allowobfuscation class io.getlime.core.rest.model.**

-keep class io.getlime.security.powerauth.networking.model.** {
<fields>;
}

0 comments on commit d4986a2

Please sign in to comment.