From 4620f339f689c07cc10fd2f2413cdf38b5a57266 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Tue, 14 May 2019 09:21:41 +0200 Subject: [PATCH] Bumped version to 1.1.4-rc.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e6f37c4c..f99f8965 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4168 - versionName "1.1.4-rc.1" + versionCode 4169 + versionName "1.1.4-rc.2" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig