Skip to content

Commit 1020775

Browse files
committed
Merge branch 'improve-native-debugging-experience-droid-1845'
2 parents 7df3893 + 4c7560c commit 1020775

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)