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)