From 7e1cd49b4c5924e7e02d337e22dac78e795d107b Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 4 Dec 2018 20:16:00 +0100 Subject: [PATCH] Update APK version to 0.14.53.1 / 4179 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8125a062..11293016 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4178 - versionName "0.14.52.2" + versionCode 4179 + versionName "0.14.53.1" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig