From 2cb3f64fbf53138f7d472860a8d3c1046b006fef Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 20 Oct 2018 16:22:58 +0200 Subject: set version to 0.9.9RC1 --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 03d602e4..ee4a61ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 134 - versionName "0.9.8" + versionCode 135 + versionName "0.9.9RC1" resValue "string", "app_name", appName vectorDrawables.useSupportLibrary = true buildConfigField 'boolean', 'openvpn3', 'false' @@ -78,7 +78,7 @@ android { //Configurations for custom branded app. //Change the package name as needed, e.g. "org.example.myapp" - applicationId "net.riseup.black" + applicationId "se.leap.riseupvpn" //Set app name here appName = "Riseup VPN" resValue "string", "app_name", appName @@ -86,9 +86,9 @@ android { def customProviderUrl = '"https://riseup.net"' buildConfigField "String", "customProviderUrl", customProviderUrl //Change the versionCode as needed - versionCode 1 + //versionCode 1 //Change the versionName as needed - versionName "1.0" + //versionName "0.9.9RC1" //skip the account creation / login screen if the provider offers anonymous vpn usage, use directly the anonymous cert instead buildConfigField 'boolean', 'priotize_anonymous_usage', 'true' -- cgit v1.2.3