From 334f24f02703812e5e53fd7357de6ecc52a4628b Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 23 Oct 2018 09:22:50 +0200 Subject: [PATCH] Update APK version to 0.14.51.10 / 4173 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25948b3b..e74e27bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4172 - versionName "0.14.51.9" + versionCode 4173 + versionName "0.14.51.10" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig