Skip to content

Commit

Permalink
fix: workaround for Android 15 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Nov 17, 2024
1 parent 7f8780b commit 6a52bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ android {
println("No Signature Digest Configured")
}
getByName("release") {
isShrinkResources = true
isShrinkResources = false
isMinifyEnabled = true
proguardFiles("proguard-rules.pro")
kotlinOptions.suppressWarnings = true
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ android.nonTransitiveRClass=true
android.injected.testOnly=false
android.includeDependencyInfoInApks=false
android.enableBuildConfigAsBytecode=true
android.enableResourceOptimizations=false

kotlin.code.style=official
kotlin.daemon.useFallbackStrategy=false

0 comments on commit 6a52bea

Please sign in to comment.