diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-12 03:30:33 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-12 03:30:33 +0100 |
commit | 7127b5da7aec4c4c0ae58815d274af999c033797 (patch) | |
tree | e91625315df98e11d34da09040ab1e5c8249c76e | |
parent | 099b257cd715bd24ef48f4b7d260c6ec9a80eb9a (diff) |
allow gateway selection in Bitmask
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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"' |