From 997f071c8c89dc7674be28ecccbb3530ae966702 Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:23:18 +0530 Subject: [PATCH] bump version --- 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 34c5cfd6b..7bd3949ea 100644 --- a/composeApp/proguard-rules.pro +++ b/composeApp/proguard-rules.pro @@ -42,6 +42,8 @@ # TorrServer based P2P streaming. -keep class com.nuvio.app.features.p2p.** { *; } +-keep class androidx.work.impl.WorkDatabase_Impl { *; } + # Media3 / ExoPlayer classes from local AAR decoders and stock modules. -dontwarn androidx.media3.** -keep class androidx.media3.** { *; } diff --git a/iosApp/Configuration/Version.xcconfig b/iosApp/Configuration/Version.xcconfig index b9e446eef..a7a5d52e7 100644 --- a/iosApp/Configuration/Version.xcconfig +++ b/iosApp/Configuration/Version.xcconfig @@ -1,3 +1,3 @@ -CURRENT_PROJECT_VERSION=81 -MARKETING_VERSION=0.2.9 +CURRENT_PROJECT_VERSION=82 +MARKETING_VERSION=0.2.10