summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle.kts5
1 files changed, 1 insertions, 4 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 875a78a5b9..4e45dc9728 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -55,10 +55,6 @@ android {
warningsAsErrors = true
checkDependencies = true
}
-
- if (isReleaseBuild()) {
- ndk { debugSymbolLevel = "none" }
- }
}
playConfigs { register("playStagemoleRelease") { enabled = true } }
@@ -81,6 +77,7 @@ android {
buildTypes {
getByName(BuildTypes.RELEASE) {
+ ndk.debugSymbolLevel = "full"
signingConfig = signingConfigs.findByName(SigningConfigs.RELEASE)
isMinifyEnabled = true
isShrinkResources = true