From bdb3593468b3a8336efc88c1ca31a9c61cadf05f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 25 Oct 2017 00:00:20 +0900 Subject: [PATCH] Bumped version to 0.10.0-beta2 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 66683ab9..b455a856 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 14 targetSdkVersion 26 - versionCode 4129 - versionName "0.10.0-beta1" + versionCode 4130 + versionName "0.10.0-beta2" 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 1b070b88..f2466d8a 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,7 +1 @@ -- improvements for "Save file to Syncthing" (@jmintb) -- compile with Clang and target=android (@nutomic) -- improved behaviour for run conditions (@nutomic) -- always run as foreground service if "run in background" is enabled (@nutomic) -- bug fixes -- import translations -- update Syncthing to v0.14.40-rc.1 +- fixed crash related to usage reporting update (@nutomic)