From a827ee531cf6af4e4d4a9aae8000a9ba9c4902b6 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Wed, 16 Jan 2019 01:10:33 +0100 Subject: [PATCH] Update APK version to 1.0.0.14 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 18d20b95..22701341 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000013 - versionName "1.0.0.13" + versionCode 1000014 + versionName "1.0.0.14" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig