From 4e0fab188307fd76b7b9cae914d2df2814cc95e4 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 23 Aug 2022 11:39:01 -0300 Subject: [PATCH] Bump version code and version name also add changelog entry --- CHANGELOG.md | 6 ++++++ app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b41811..c08347fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [13-3.1] - 2022-09-01 +* Initial release for Android 13 +* Don't attempt to restore app that is used as a backup location (e.g. Nextcloud), + because can cause restore to abort early +* Upgrade several libraries + ## [12-3.0] - 2021-10-13 * Initial release for Android 12 * Use the same (faster and more secure) crypto that storage backups use, diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 33c90530..eadc02d3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="33000301" + android:versionName="13-3.1">