Merge pull request #223 from esensar/fix/221-info-button-crash

Keep androidx compose runtime classes to prevent crash on about button
This commit is contained in:
Tibor Kaputa 2023-09-18 18:49:22 +02:00 committed by GitHub
commit a2461d0e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@
@org.greenrobot.eventbus.Subscribe <methods>;
}
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
-keep class androidx.compose.runtime.** { *; }