From 18c18ae7b670bef01308878bbf5544d49d8c5821 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 29 Dec 2018 22:33:09 +0100 Subject: [PATCH] Update APK version to 0.14.54.6 / 145406 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9cac727e..334252dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 145405 - versionName "0.14.54.5" + versionCode 145406 + versionName "0.14.54.6" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig