lets add compose runtime to proguard rules
This commit is contained in:
parent
d6000dd75d
commit
423880f4f0
1 changed files with 2 additions and 0 deletions
2
commons/proguard-rules.pro
vendored
2
commons/proguard-rules.pro
vendored
|
@ -67,3 +67,5 @@
|
|||
-keepclassmembers,allowobfuscation,allowoptimization class <1> {
|
||||
<init>();
|
||||
}
|
||||
|
||||
-keep class androidx.compose.runtime.** { *; }
|
||||
|
|
Loading…
Reference in a new issue