diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c01e3702..13c49899 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { defaultConfig { applicationId = "com.pyamsoft.tetherfi" - versionCode = 45 - versionName = "20240903-1" + versionCode = 46 + versionName = "20240903-2" minSdk = rootProject.extra["minSdk"] as Int targetSdk = rootProject.extra["targetSdk"] as Int diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 6d5f9f3e..6bbe2753 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -36,4 +36,12 @@ # Keep line numbers for Stack Traces -keepattributes LineNumberTable,SourceFile --renamesourcefileattribute SourceFile \ No newline at end of file +-renamesourcefileattribute SourceFile + +# https://issuetracker.google.com/issues/336842920#comment5 +-if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { + public static *** getLocalLifecycleOwner(); +} +-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { + public static *** getLocalLifecycleOwner(); +} \ No newline at end of file