From 6885bbdee71a6b526d82160c7c901ce8494fcfb2 Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:16:49 +0530 Subject: [PATCH] update ProGuard rules --- composeApp/proguard-rules.pro | 2 ++ iosApp/Configuration/Version.xcconfig | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composeApp/proguard-rules.pro b/composeApp/proguard-rules.pro index 29e2b9b6..34c5cfd6 100644 --- a/composeApp/proguard-rules.pro +++ b/composeApp/proguard-rules.pro @@ -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 { *; } diff --git a/iosApp/Configuration/Version.xcconfig b/iosApp/Configuration/Version.xcconfig index 4e6da8c0..232b2037 100644 --- a/iosApp/Configuration/Version.xcconfig +++ b/iosApp/Configuration/Version.xcconfig @@ -1,3 +1,3 @@ -CURRENT_PROJECT_VERSION=79 -MARKETING_VERSION=0.2.7 +CURRENT_PROJECT_VERSION=80 +MARKETING_VERSION=0.2.8