1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Bumped version to 1.19.0.1

This commit is contained in:
Simon Frei 2022-02-07 09:23:45 +01:00
parent 28bdd4421d
commit 800fa19f6c
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3
2 changed files with 5 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 4295 versionCode 4296
versionName "1.19.0" versionName "1.19.0.1"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
} }

View file

@ -1,5 +1,5 @@
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. Hotfix release to fix a crash after upgrading to 1.19.0 on old android versions.
* Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 ) See release notes for 1.19.0 for relevant changes since previous versions: https://github.com/syncthing/syncthing-android/releases/tag/1.19.0
* Update Syncthing to v1.19.0 ( https://github.com/syncthing/syncthing/releases/tag/v1.19.0 )
* Crash on upgrade to v1.19.0 on old androids due to recursive deletion utility ( https://github.com/syncthing/syncthing-android/issues/1753 )