diff --git a/proj-android/PowerAuthLibrary/proguard-rules.pro b/proj-android/PowerAuthLibrary/proguard-rules.pro index 3b8d716c..d5a3cf9e 100644 --- a/proj-android/PowerAuthLibrary/proguard-rules.pro +++ b/proj-android/PowerAuthLibrary/proguard-rules.pro @@ -28,6 +28,9 @@ -keepclassmembers class io.getlime.core.rest.model.** { ; } +# necessary for R8 fullMode +-keep, allowobfuscation class io.getlime.core.rest.model.** + -keep class io.getlime.security.powerauth.networking.model.** { ; }