summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-02-06 14:07:47 +0100
committercyBerta <cyberta@riseup.net>2018-02-06 14:07:47 +0100
commit73d2b51a481df253c5d887897ffbc55581b15bef (patch)
tree293bfd66231a35ff222f75aab5770814b674a8bf /app
parent7121aeb4fa76cfd8a3de73a0e78ab42ad789f0c7 (diff)
#8832 add BuildConfig field opvnvpn3 (false) in order to use openvpn2.x
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9b8b57d0..c909b70f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,6 +11,7 @@ android {
applicationId "se.leap.bitmaskclient"
resValue "string", "app_name", "Bitmask"
vectorDrawables.useSupportLibrary = true
+ buildConfigField 'boolean', 'openvpn3', 'false'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
dexOptions {
jumboMode true