From b19c7f6f6f62740a739489afd6d66a86df12ee0a Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Wed, 2 Feb 2022 08:20:40 +0100 Subject: [PATCH] Bumped version to 1.19.0 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f59ce009..e31f5983 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 30 - versionCode 4294 - versionName "1.19.0-rc.2" + versionCode 4295 + versionName "1.19.0" 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 e6c8170c..a0971448 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,6 +1,5 @@ -Warning! -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. +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. * 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 )