From f50b933278de8e47977f1d722b7711031fb5df48 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Thu, 23 Aug 2018 09:47:17 +0200 Subject: [PATCH] Bump version to 0.14.50.rc2.3 / 4151 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 85c8d909..b4247976 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4150 - versionName "0.14.50.rc2.2" + versionCode 4151 + versionName "0.14.50.rc2.3" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig