Skip to content

Commit 0699101

Browse files
committed
ci: declare release symbol level
1 parent 2c2b2d4 commit 0699101

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ android {
232232
)
233233
signingConfig = signingConfigs.getByName("release")
234234
ndk {
235+
debugSymbolLevel = "SYMBOL_TABLE"
235236
// noinspection ChromeOsAbiSupport
236237
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
237238
}

0 commit comments

Comments
 (0)