Skip to content

Commit

Permalink
keep native symbols in release
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Dec 19, 2021
1 parent 4e52b18 commit 8fcbc96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ android {
shrinkResources false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
ndk {
debugSymbolLevel "full"
}
}
debug {
debuggable true
Expand Down

0 comments on commit 8fcbc96

Please sign in to comment.