mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-31 00:29:22 +00:00
update ProGuard rules
This commit is contained in:
parent
521ba187f4
commit
6885bbdee7
2 changed files with 4 additions and 2 deletions
2
composeApp/proguard-rules.pro
vendored
2
composeApp/proguard-rules.pro
vendored
|
|
@ -21,6 +21,8 @@
|
|||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
-keep class com.nuvio.app.features.catalog.CatalogTargetKind { *; }
|
||||
|
||||
# Avoid R8 merging/optimizing the stream badge chip used in lazy stream rows.
|
||||
-keep class com.nuvio.app.features.streams.StreamBadgeChipKt { *; }
|
||||
-keep class com.nuvio.app.features.streams.StreamBadgeChipSize { *; }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
CURRENT_PROJECT_VERSION=79
|
||||
MARKETING_VERSION=0.2.7
|
||||
CURRENT_PROJECT_VERSION=80
|
||||
MARKETING_VERSION=0.2.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue