summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-03-05 15:32:27 +0100
committerAlbin <albin@mullvad.net>2025-03-05 15:32:40 +0100
commit79f5aefdd026a2a31360b89704438b3b355d8164 (patch)
treedec121b3bcee82c4682f1f6428a4bd50c09f112d
parent74377ee9956ec371d493eb2a9f1371cefd2550d5 (diff)
downloadmullvadvpn-79f5aefdd026a2a31360b89704438b3b355d8164.tar.xz
mullvadvpn-79f5aefdd026a2a31360b89704438b3b355d8164.zip
Revert "Set debugSymbolLevel to full"
This reverts commit e96254b9b484f0411f50de5255487d3a4b15de5b. The commit was reverted due to it not producing the expected output.
-rw-r--r--android/app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 4e45dc9728..d73f673626 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -77,7 +77,6 @@ android {
buildTypes {
getByName(BuildTypes.RELEASE) {
- ndk.debugSymbolLevel = "full"
signingConfig = signingConfigs.findByName(SigningConfigs.RELEASE)
isMinifyEnabled = true
isShrinkResources = true