Skip to content

Commit

Permalink
Add debugSymbolLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
NicKoehler committed Feb 14, 2025
1 parent 95d17d4 commit 603517d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ android {

isMinifyEnabled = true
isShrinkResources = true

ndk {
debugSymbolLevel = "FULL"
}

proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 603517d

Please sign in to comment.