Skip to content

Commit c68abe7

Browse files
committed
Update debugSymbolLevel
1 parent ce7d826 commit c68abe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ android {
6767
}
6868
ndk {
6969
// Specifies the ABI configurations of native libraries Gradle should build and package with the app.
70-
abiFilters = ["arm64-v8a"]
71-
debugSymbolLevel 'FULL'
70+
abiFilters "armeabi-v7a", "arm64-v8a"
71+
debugSymbolLevel 'SYMBOL_TABLE'
7272
}
7373

7474
if (project.hasProperty('lanternVersion')) {

0 commit comments

Comments
 (0)