From 7cc09e56569bfc5972cf71649514eac70195a301 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 8 Oct 2019 02:08:14 +0200 Subject: bump version to 1.0.2RC1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5d98e2e4..219f556b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 141 - versionName "1.0.1" + versionCode 142 + versionName "1.0.2RC1" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true -- cgit v1.2.3