Skip to content

Commit

Permalink
Add R8 full mode rules (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta authored Nov 16, 2023
1 parent e4823af commit bcd2d82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# classes that will be serialized/deserialized over Gson
-keepclassmembers class com.wultra.android.sslpinning.model.** {
<fields>;
}
}
# necessary for R8 fullMode
-keep,allowobfuscation class com.wultra.android.sslpinning.model.**

0 comments on commit bcd2d82

Please sign in to comment.