diff options
| author | cyBerta <cyberta@riseup.net> | 2018-02-06 14:07:47 +0100 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2018-02-06 14:07:47 +0100 |
| commit | 73d2b51a481df253c5d887897ffbc55581b15bef (patch) | |
| tree | 293bfd66231a35ff222f75aab5770814b674a8bf | |
| parent | 7121aeb4fa76cfd8a3de73a0e78ab42ad789f0c7 (diff) | |
#8832 add BuildConfig field opvnvpn3 (false) in order to use openvpn2.x
| -rw-r--r-- | app/build.gradle | 1 |
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 |
