lets add compose runtime to proguard rules

This commit is contained in:
tibbi 2023-09-19 10:26:15 +02:00
parent d6000dd75d
commit 423880f4f0

View file

@ -67,3 +67,5 @@
-keepclassmembers,allowobfuscation,allowoptimization class <1> {
<init>();
}
-keep class androidx.compose.runtime.** { *; }