Skip to content

Commit

Permalink
fix: Appearance tab causing crashes
Browse files Browse the repository at this point in the history
a one line fix for whatever screw up that is lmao...
  • Loading branch information
GOYDA228 authored Sep 18, 2024
1 parent 30fcc12 commit bdff280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@

# Can be removed once compose ui artifact is updated to 1.4.0
# ref: https://issuetracker.google.com/issues/265188224?pli=1
-keep,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement {}
-keep,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement {}

-keep class cafe.adriel.voyager.** { *; }

0 comments on commit bdff280

Please sign in to comment.