mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-23 10:25:54 +00:00
0.10.18-beta4 (#1284)
This commit is contained in:
parent
4537a28d75
commit
26e8e3c314
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue