From 1a27af289fb2b4b4346bf94470e02a25a448f2cd Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Fri, 29 Mar 2019 01:24:53 +0100 Subject: [PATCH] Update APK version to 1.1.0.7 / 1010007 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1f7673a08..256f40a8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 28 - versionCode 1010006 - versionName "1.1.0.6" + versionCode 1010007 + versionName "1.1.0.7" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig