We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2b2d4 commit 0699101Copy full SHA for 0699101
1 file changed
app/build.gradle.kts
@@ -232,6 +232,7 @@ android {
232
)
233
signingConfig = signingConfigs.getByName("release")
234
ndk {
235
+ debugSymbolLevel = "SYMBOL_TABLE"
236
// noinspection ChromeOsAbiSupport
237
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
238
}
0 commit comments