From 2a7fb4b3761a52d74dfbef0475409ee5a822356d Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 30 Dec 2018 17:13:56 +0100 Subject: [PATCH] Update APK version to 0.14.54.7 / 145407 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 334252dc..5dfd374a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 145406 - versionName "0.14.54.6" + versionCode 145407 + versionName "0.14.54.7" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig