We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e73b7 commit 5a38882Copy full SHA for 5a38882
android/app/build.gradle.kts
@@ -66,15 +66,13 @@ android {
66
buildTypes {
67
getByName("release") {
68
signingConfig = signingConfigs.getByName("release")
69
- isMinifyEnabled = false
70
ndk {
71
abiFilters.addAll(listOf("x86_64", "armeabi-v7a", "arm64-v8a"))
72
debugSymbolLevel = "FULL"
73
}
74
75
getByName("debug") {
76
signingConfig = signingConfigs.getByName("debug")
77
78
79
80
0 commit comments