From 7127b5da7aec4c4c0ae58815d274af999c033797 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 12 Nov 2021 03:30:33 +0100 Subject: allow gateway selection in Bitmask --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 9e1d4d7b..20ace18d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { //skip the account creation / login screen if the provider offers anonymous vpn usage, use directly the anonymous cert instead buildConfigField 'boolean', 'priotize_anonymous_usage', 'false' //allow manual gateway selection - buildConfigField 'boolean', 'allow_manual_gateway_selection', 'false' + buildConfigField 'boolean', 'allow_manual_gateway_selection', 'true' // static update url pointing to the latest stable release apk buildConfigField "String", "update_apk_url", '"https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk"' -- cgit v1.2.3