diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 15:45:54 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 15:45:54 +0000 |
commit | c0d1a28e5d737fbf24e13ade9fd6988a07ee2719 (patch) | |
tree | 14a07baeb8abfdb9f46a54559bd0e4730c3b4989 /app/build.gradle | |
parent | fe27b89218ac9bbbfaab302b5c9747c12af47afd (diff) | |
parent | da824fa125a5583d07e8ac2f6585459956d87ac1 (diff) |
Merge branch 'main_ui' into 'master'
Update UI for Bitmask
See merge request leap/bitmask_android!218
Diffstat (limited to 'app/build.gradle')
-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 1e17f01d..630aefc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ android { //allow manual gateway selection buildConfigField 'boolean', 'allow_manual_gateway_selection', 'true' // grey out background in EipFragment (main screen) if VPN is not running - buildConfigField 'boolean', 'use_color_filter', 'true' + buildConfigField 'boolean', 'use_color_filter', 'false' // decide if we use obfsvpn or shapeshifter as obfs4 lib buildConfigField 'boolean', 'use_obfsvpn', 'true' // obfsvpn Debugging config fields to pin and configure a particular proxy |