summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-10-27 11:01:46 +0100
committerAlbin <albin@mullvad.net>2025-10-27 11:36:33 +0100
commite8e8057072fad7d22b02d9768382e60bc3c686c3 (patch)
treeeffd085bbf7dfc35bbdaea0df457e32a7fdea0cd
parent39fe804efbc42c65c4bab0e4ae27bc6799348012 (diff)
downloadmullvadvpn-e8e8057072fad7d22b02d9768382e60bc3c686c3.tar.xz
mullvadvpn-e8e8057072fad7d22b02d9768382e60bc3c686c3.zip
Enable gotatun by default in gradle
-rw-r--r--android/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 0807470a85..d2a570e837 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -42,7 +42,7 @@ mullvad.app.build.keepDebugSymbols=false
mullvad.app.build.replaceRustPathPrefix=true
# Enable/Disable GotaTun
-mullvad.app.build.gotatun.enable=false
+mullvad.app.build.gotatun.enable=true
## E2E tests ##