From f5bb5473e6f36b269f74c12227e8ccbd0d737636 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 5 Feb 2019 23:48:58 +0100 Subject: [PATCH] Update APK version to 1.0.1.2 / 1000102 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6846c9fa..693ea8c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000101 - versionName "1.0.1.1" + versionCode 1000102 + versionName "1.0.1.2" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig