diff --git a/app/build.gradle b/app/build.gradle index c691cbc4..8c9dc7ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4158 - versionName "0.10.18-beta2" + versionCode 4159 + versionName "0.10.18-beta4" 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 affa6cac..843cb94f 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,4 +1,2 @@ -* Update syncthing to v1.0.1 -* Fix app getting killed by activity manager in Android 8+ (thanks Catfriend1 for backport) -* Show reasons for disabled service in notification dialog (#1264) +* Fallback to http if https with TLS 1.2 is unavailable (#1255)