1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-23 18:35:54 +00:00

0.10.18-beta4 (#1284)

This commit is contained in:
Simon Frei 2019-03-01 11:59:16 +01:00 committed by GitHub
parent 4537a28d75
commit 26e8e3c314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
versionCode 4158 versionCode 4159
versionName "0.10.18-beta2" versionName "0.10.18-beta4"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1,4 +1,2 @@
* Update syncthing to v1.0.1 * Fallback to http if https with TLS 1.2 is unavailable (#1255)
* Fix app getting killed by activity manager in Android 8+ (thanks Catfriend1 for backport)
* Show reasons for disabled service in notification dialog (#1264)