From e9d735565620d38ae4b5dcc525642b161c5fec76 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 14 Mar 2018 16:31:45 +0900 Subject: [PATCH] Bumped version to 0.10.6 --- 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 3aaf0234..3bea0cd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 14 targetSdkVersion 26 - versionCode 4138 - versionName "0.10.5" + versionCode 4139 + versionName "0.10.6" 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 c9ba3bd8..aec49623 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,4 +1,3 @@ -- fixed endless loading if root is enabled (@Catfriend1) -- updated Syncthing to v0.14.45 +- fixed duplicate file scans which broke sync functionality (@imsodin) - imported translations - +- updated Syncthing to v0.14.45 (with patch)