update ProGuard rules

This commit is contained in:
tapframe 2026-06-15 01:16:49 +05:30
parent 521ba187f4
commit 6885bbdee7
2 changed files with 4 additions and 2 deletions

View file

@ -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 { *; }

View file

@ -1,3 +1,3 @@
CURRENT_PROJECT_VERSION=79
MARKETING_VERSION=0.2.7
CURRENT_PROJECT_VERSION=80
MARKETING_VERSION=0.2.8