From a1d2884eef177ef1290a02c45f6f18d5e1e259a5 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 19 Feb 2019 08:34:27 +0100 Subject: [PATCH] Update APK version to 1.0.1.5 --- README.md | 4 ++-- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1951b955..84b8e0b7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0) - + - + # Major enhancements in this fork are: - Individual sync conditions can be applied per device and per folder (for expert users). diff --git a/app/build.gradle b/app/build.gradle index f7302d44..59b7efaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000104 - versionName "1.0.1.4" + versionCode 1000105 + versionName "1.0.1.5" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig