From cfa6ce4e3bb6d1071ff84df394dcd7e2169233e0 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 9 Feb 2019 19:02:02 +0100 Subject: [PATCH] Update APK version to 1.0.1.4 / 1000104 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a71a6957..f7302d44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000103 - versionName "1.0.1.3" + versionCode 1000104 + versionName "1.0.1.4" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig