Skip to content

Commit 66ddb15

Browse files
committed
Keep native debug symbols for debug builds
1 parent 1c19bb1 commit 66ddb15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ android {
8888
"proguard-rules.pro",
8989
)
9090
}
91+
getByName(BuildTypes.DEBUG) { packaging { jniLibs.keepDebugSymbols.add("**/*.so") } }
9192
create(BuildTypes.FDROID) {
9293
initWith(buildTypes.getByName(BuildTypes.RELEASE))
9394
signingConfig = null

0 commit comments

Comments
 (0)