Skip to content

Commit

Permalink
Add debug symbol level for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Aug 22, 2024
1 parent be9ab06 commit 9c73eb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)

ndk.debugSymbolLevel = "FULL"
}
}

Expand Down

0 comments on commit 9c73eb3

Please sign in to comment.