Skip to content

Commit 5a38882

Browse files
authored
Update build.gradle.kts
1 parent 23e73b7 commit 5a38882

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/app/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ android {
6666
buildTypes {
6767
getByName("release") {
6868
signingConfig = signingConfigs.getByName("release")
69-
isMinifyEnabled = false
7069
ndk {
7170
abiFilters.addAll(listOf("x86_64", "armeabi-v7a", "arm64-v8a"))
7271
debugSymbolLevel = "FULL"
7372
}
7473
}
7574
getByName("debug") {
7675
signingConfig = signingConfigs.getByName("debug")
77-
isMinifyEnabled = false
7876
ndk {
7977
abiFilters.addAll(listOf("x86_64", "armeabi-v7a", "arm64-v8a"))
8078
debugSymbolLevel = "FULL"

0 commit comments

Comments
 (0)