From 09b24d8505b0821757a8979f2938ff45703710e6 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Wed, 3 Oct 2018 19:46:51 +0100 Subject: [PATCH] Bumped version to 0.10.15-beta1 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1f8baa68..1dd27686 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4148 - versionName "0.10.14" + versionCode 4149 + versionName "0.10.15-beta1" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig diff --git a/app/src/main/play/en-GB/whatsnew b/app/src/main/play/en-GB/whatsnew index aa2bd3d8..623e3994 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,6 +1,2 @@ -* Add Welcome wizard -* Improve run conditions and their UI -* Update syncthing to v0.14.50 -* Add support for receive only folder type -* Increase max_user_watches kernel setting on startup on rooted devices -* Fixed a race condition that could lead to crashes +* Updated syncthing to 0.14.51 +* Cherry-picked fixes from Catfriend1 fork