From c513fe96c0d7a7c0d0e2b28a50cc11613488763e Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sun, 8 Oct 2023 00:30:19 +0530 Subject: [PATCH 1/3] README: 13 -> 14 Change-Id: Ia5ebd0f3f1ccb5f9261a956f2485d60f22a5f269 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cfdd9d0d..05ed0c19a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ We update it every time Google releases a new Android version, make any changes This means that for ROMs using SeedVault it's recommended to use the same branch as your android version -- This current branch `android13` is meant for usage with Android 13 -- This is indicated by the version name starting with `13`, and the version code starting with `33` - the Android 13 API version +- This current branch `android14` is meant for usage with Android 14 +- This is indicated by the version name starting with `14`, and the version code starting with `34` - the Android 14 API version For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). From 01ee40e4e852cd30907c3b9f99b6ed5eecdc46e3 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sun, 8 Oct 2023 00:30:27 +0530 Subject: [PATCH 2/3] Bump version to 14-3.3 * Android 14 is here! Change-Id: Ic4249bb1d2a3ac03011f5b7608534ecd526e99c6 --- CHANGELOG.md | 3 +++ app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365682b40..559d3ea44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [14-3.3] - 2023-10-06 +* Android 14 + ## [13-3.3] - 2023-01-11 * Mark Nextcloud as "Not recommended" * Warn before turning off backups diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f11daef3d..58bd3c002 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="34030030" + android:versionName="14-3.3"> + +