1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Bumped version to 0.10.19 (ref #1286) (#1289)

This commit is contained in:
Simon Frei 2019-03-08 15:23:17 +01:00 committed by GitHub
parent 13fdbe6f67
commit 4feff85e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,2 +1,2 @@
* Update syncthing to v1.1.0
* Fallback to http if https with TLS 1.2 is unavailable (#1255)