diff --git a/app/build.gradle b/app/build.gradle index e31f5983..496a4569 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 30 - versionCode 4295 - versionName "1.19.0" + versionCode 4296 + versionName "1.19.0.1" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/app/src/main/play/release-notes/en-GB/default.txt b/app/src/main/play/release-notes/en-GB/default.txt index a0971448..d4d0709a 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -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 ) -* Update Syncthing to v1.19.0 ( https://github.com/syncthing/syncthing/releases/tag/v1.19.0 ) +See release notes for 1.19.0 for relevant changes since previous versions: https://github.com/syncthing/syncthing-android/releases/tag/1.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 )