From a5667b9e23792111654796e311d8fb6589ae15ca Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Mon, 11 Feb 2019 20:10:41 +0000 Subject: [PATCH] Bumped version to 0.10.17-beta1 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1a11930..24345673 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4150 - versionName "0.10.15" + versionCode 4151 + versionName "0.10.17-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 623e3994..825fe847 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,2 +1,3 @@ -* Updated syncthing to 0.14.51 -* Cherry-picked fixes from Catfriend1 fork +* Update syncthing to v1.0.1 +* Fix app getting killed by activity manager in Android 8+ (thanks Catfriend1 for backport) +* Show reasons for disabled service in notification dialog (#1264)