summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-03-05 11:23:34 +0100
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-03-05 11:23:34 +0100
commit038ba2f84d6b33e23d52b63252965f3f48cf4578 (patch)
tree61ab5687997f5b6a370991a6f9c3333e9c28af2d
parent38f66a1c6b63bd72d59828a48f23eafb70d2d424 (diff)
downloadmullvadvpn-038ba2f84d6b33e23d52b63252965f3f48cf4578.tar.xz
mullvadvpn-038ba2f84d6b33e23d52b63252965f3f48cf4578.zip
Revert "Remove debug symbols for aab bundles"
We want to include the symbol files in the aab archive as this will enable us to see symbolized stack traces in the play console. This reverts commit ca687173e28a4b9acf69b1b99e9ee83da9ebd40a.
-rw-r--r--android/app/build.gradle.kts4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 875a78a5b9..d73f673626 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 } }