From 5605974bb391fe2e383b51905e717243f99313df Mon Sep 17 00:00:00 2001 From: LucasMZ <git@lucasmz.dev> Date: Wed, 20 Nov 2024 16:09:50 -0300 Subject: [PATCH] Bump version to 15-5.1 Co-authored-by: cdesai <chirayu@calyxinstitute.org> --- CHANGELOG.md | 5 +++++ app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf154bf..fb5a8ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [15-5.1] - 2024-11-20 +* It is now possible to verify the integrity of app backups, partially or fully +* The entire WebDAV URL is now shown when in settings +* A launch button is now shown for apps that are force-stopped so that they can be backed up + ## [15-5.0] - 2024-10-15 * First Android 15 release * New backup format using compression and deduplication diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8784f83a..568216e5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.stevesoltys.seedvault" - android:versionCode="35050000" - android:versionName="15-5.0"> + android:versionCode="35050010" + android:versionName="15-5.1"> <!-- The version code is the targeted SDK_VERSION plus 6 digits for our own version code. The version name is the targeted Android version followed by - and our own version name. diff --git a/contactsbackup/src/main/AndroidManifest.xml b/contactsbackup/src/main/AndroidManifest.xml index 3fe41675..99d361a8 100644 --- a/contactsbackup/src/main/AndroidManifest.xml +++ b/contactsbackup/src/main/AndroidManifest.xml @@ -6,8 +6,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="org.calyxos.backup.contacts" - android:versionCode="35050000" - android:versionName="15-5.0"> + android:versionCode="35050010" + android:versionName="15-5.1"> <!-- The version code is the targeted SDK_VERSION plus 6 digits for our own version code. The version name is the targeted Android version followed by - and our own version name.