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)