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"
|
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
|
||||||
|
|
|
@ -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)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue