Skip to content

Commit

Permalink
Cherry pick 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
1 parent cd251ba commit d9ddcf8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion proj-android/PowerAuthLibrary/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@
<init>(...);
<fields>;
}
-keep class io.getlime.security.powerauth.ecies.EciesMetadata {
<fields>;
}
-keep class io.getlime.security.powerauth.sdk.impl.PowerAuthPrivateTokenData {
<fields>;
}
-keepclassmembers class io.getlime.core.rest.model.** {
<fields>;
}
-keepclassmembers class io.getlime.security.powerauth.networking.model.** {
# 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 d9ddcf8

Please sign in to comment.