Skip to content

Commit

Permalink
RUM-7894: Fix proguard rules for compose checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmos committed Dec 30, 2024
1 parent f61a42c commit cc0834b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
-keepclassmembers class androidx.compose.foundation.text.modifiers.TextStringSimpleElement {
<fields>;
}
-keepclassmembers class androidx.compose.material.CheckDrawingCache {
-keep class androidx.compose.material.CheckDrawingCache {
<fields>;
}
-keepclassmembers class androidx.compose.material.CheckboxKt {
-keep class androidx.compose.material.CheckboxKt$CheckboxImpl$1$1 {
<fields>;
}
-keepclassmembers class androidx.compose.ui.draw.DrawBehindElement {
-keep class androidx.compose.ui.draw.DrawBehindElement {
<fields>;
}
-keepclassmembers class androidx.compose.foundation.BackgroundElement {
Expand Down

0 comments on commit cc0834b

Please sign in to comment.