From 3b05663041a9ee242ce2ca97e1e3ef7b420bcb45 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 13 Nov 2017 11:23:50 +0900 Subject: [PATCH] Bumped version to 0.10.0 --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 55c92ccb..d8015b7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 14 targetSdkVersion 26 - versionCode 4132 - versionName "0.10.0-beta4" + versionCode 4133 + versionName "0.10.0" 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 521ea6c4..dbef0092 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,4 +1,5 @@ -- fix a misconfiguration that prevented Syncthing from starting on Android 5.0 and below (@nutomic) +- 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 - imported translations