diff options
author | cyberta <cyberta@riseup.net> | 2022-11-29 15:45:29 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 14:19:39 +0100 |
commit | 617f4af8d8dfeae3a4a060de7d5552ef5da57436 (patch) | |
tree | a8602c1c45e49346137c4eaf0dfd2e4e66111bf4 /app | |
parent | 4f88dccaef982321e13856b3255534a6d260b8d2 (diff) |
we don't use a color filter in Bitmask anymore
Diffstat (limited to 'app')
-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 |