build: upload Android native debug symbols

This commit is contained in:
Ayaan Zaidi
2026-03-14 09:44:26 +05:30
parent f4fef64fc1
commit 1f9cc647f8

View File

@@ -80,6 +80,9 @@ android {
}
isMinifyEnabled = true
isShrinkResources = true
ndk {
debugSymbolLevel = "SYMBOL_TABLE"
}
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
debug {