Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 27, 2024
1 parent 9c4d93c commit 90f5724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
ndk {
debugSymbolLevel 'FULL'
debugSymbolLevel 'SYMBOL_TABLE' //<--- this defines what goes to those symbols
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}

}
debug {
signingConfig signingConfigs.debug
Expand Down

0 comments on commit 90f5724

Please sign in to comment.