Skip to content

Commit 8fcbc96

Browse files
committed
keep native symbols in release
1 parent 4e52b18 commit 8fcbc96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ android {
3434
shrinkResources false
3535
minifyEnabled false
3636
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
37+
ndk {
38+
debugSymbolLevel "full"
39+
}
3740
}
3841
debug {
3942
debuggable true

0 commit comments

Comments
 (0)