Skip to content

Commit

Permalink
fix(app): proguard rules
Browse files Browse the repository at this point in the history
Signed-off-by: rhunk <[email protected]>
  • Loading branch information
rhunk committed Dec 19, 2024
1 parent 61a20e7 commit cbf02e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
-keep class androidx.compose.ui.R$* { *; }
-keep class androidx.navigation.** { *; }
-keep class me.rhunk.snapenhance.** { *; }
-keep class androidx.core.content.res.ResourcesCompat { *; }

-keepclassmembers class * implements android.os.Parcelable {
public static final ** CREATOR;
Expand Down

0 comments on commit cbf02e1

Please sign in to comment.