1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-02 15:21:36 +00:00

Bumped version to 1.19.0

This commit is contained in:
Simon Frei 2022-02-02 08:20:40 +01:00
parent 8b3ca26e4a
commit b19c7f6f6f
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3
2 changed files with 4 additions and 5 deletions

View file

@ -42,8 +42,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 4294 versionCode 4295
versionName "1.19.0-rc.2" versionName "1.19.0"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
} }

View file

@ -1,6 +1,5 @@
Warning! This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As a consequence the db is reset, meaning everything gets scanned again which takes some time and battery power.
This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data. Please report your expierences with the beta on https://forum.syncthing.net.
* Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 ) * Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 )
* Update Syncthing to v1.19.0-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.19.0-rc.2 ) * Update Syncthing to v1.19.0 ( https://github.com/syncthing/syncthing/releases/tag/v1.19.0 )