From 285797f89b4cf1ae5fd4c1d121b1567d6399f40d Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Tue, 10 Apr 2018 23:33:30 +0100 Subject: [PATCH] Bumped version to 0.10.8 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4345c6dd..991aae06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 14 targetSdkVersion 26 - versionCode 4140 - versionName "0.10.7" + versionCode 4141 + versionName "0.10.8" 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 aec49623..098efc6e 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,3 +1,2 @@ -- fixed duplicate file scans which broke sync functionality (@imsodin) -- imported translations -- updated Syncthing to v0.14.45 (with patch) +* Fix high CPU usage (for some devices this manifested as a crash) +* Fix Wifi run condition on Android 8.1