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 5a38882 commit 62a743dCopy full SHA for 62a743d
android/app/build.gradle.kts
@@ -66,13 +66,17 @@ android {
66
buildTypes {
67
getByName("release") {
68
signingConfig = signingConfigs.getByName("release")
69
+ isMinifyEnabled = false
70
+ isShrinkResources = false
71
ndk {
72
abiFilters.addAll(listOf("x86_64", "armeabi-v7a", "arm64-v8a"))
73
debugSymbolLevel = "FULL"
74
}
75
76
getByName("debug") {
77
signingConfig = signingConfigs.getByName("debug")
78
79
80
81
82
0 commit comments