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