From e946d65abc8855c7f3ef4f41b8b09672c23804aa Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Mon, 25 Mar 2019 10:38:12 +0100 Subject: [PATCH] Update APK version to 1.1.0.6 / 1010006 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91af82bc..1f7673a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 28 - versionCode 1010005 - versionName "1.1.0.5" + versionCode 1010006 + versionName "1.1.0.6" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig