From f9145b9fd50a17fea37fb1c53c14a0f1a9a55841 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Wed, 10 Oct 2018 02:48:21 +0200 Subject: [PATCH] Update APK version to 0.14.51.4 / 4167 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2f697eb2..90979d29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4166 - versionName "0.14.51.3" + versionCode 4167 + versionName "0.14.51.4" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig