From 617f4af8d8dfeae3a4a060de7d5552ef5da57436 Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 29 Nov 2022 15:45:29 +0100 Subject: we don't use a color filter in Bitmask anymore --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.3