We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df3893 commit 4c7560cCopy full SHA for 4c7560c
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