From 8f3456e0dc87d8ff5f2cefba3116306ff6258b34 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 5 Dec 2017 21:07:32 +0900 Subject: [PATCH] Bumped version to 0.10.1 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4d263857..65527c26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 14 targetSdkVersion 26 - versionCode 4133 - versionName "0.10.0" + versionCode 4134 + versionName "0.10.1" 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 dbef0092..211f418f 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,5 +1,4 @@ -- improved handling of run conditions (@nutomic) -- compile with clang and target=android (@nutomic) -- fixed problems with media scanner (@nutomic) -- updated Syncthing to v0.14.40 +- fixed unnecessary web ui reloads (@sferra) +- implemented notification channels for Android 8 (@nutomic) +- updated Syncthing to 0.14.41 - imported translations