We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c19bb1 commit 66ddb15Copy full SHA for 66ddb15
android/app/build.gradle.kts
@@ -88,6 +88,7 @@ android {
88
"proguard-rules.pro",
89
)
90
}
91
+ getByName(BuildTypes.DEBUG) { packaging { jniLibs.keepDebugSymbols.add("**/*.so") } }
92
create(BuildTypes.FDROID) {
93
initWith(buildTypes.getByName(BuildTypes.RELEASE))
94
signingConfig = null
0 commit comments