From a5c5a50643467c6663d89df8f27ec57a72b63ef8 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 27 Apr 2019 13:09:11 +0200 Subject: [PATCH] Update APK version to 1.1.1.3 / 1010103 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 40108d43..d17264c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 28 - versionCode 1010102 - versionName "1.1.1.2" + versionCode 1010103 + versionName "1.1.1.3" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig