From 1ca258877cbe2978ed99bc6de0336e925e0a7030 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 17 Mar 2019 14:22:17 +0100 Subject: [PATCH] Update APK version to 1.1.0.5 / 1010005 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ab243482..f50d1a33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1010004 - versionName "1.1.0.4" + versionCode 1010005 + versionName "1.1.0.5" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig