Skip to content

Commit

Permalink
Nope still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Sep 4, 2024
1 parent ae6040c commit 38b5126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "com.pyamsoft.tetherfi"

versionCode = 46
versionName = "20240903-2"
versionCode = 47
versionName = "20240903-3"

minSdk = rootProject.extra["minSdk"] as Int
targetSdk = rootProject.extra["targetSdk"] as Int
Expand Down
10 changes: 3 additions & 7 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
-keepattributes LineNumberTable,SourceFile
-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();
}
# https://issuetracker.google.com/issues/336842920
# https://issuetracker.google.com/issues/346808608
-keep class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { *; }

0 comments on commit 38b5126

Please sign in to comment.