From bf609f97237cad807a6c9417fd32c0d9f7d8a566 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 6 Sep 2024 18:29:59 +0530 Subject: [PATCH] Bump version to 15-4.1, mention 15 in README * VanillaIceCream Change-Id: Idd149e2be3329452ab61941cde2ff4f2ae3575ca --- CHANGELOG.md | 3 +++ README.md | 4 ++-- app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032851d3a..ac1ca6735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [15-4.1] - 2024-09-06 +* Android 15 + ## [14-4.1] - 2024-08-23 * It is now possible to restore after setting up a profile * It is now possible to select what to restore (e.g. apps, files...) diff --git a/README.md b/README.md index 303c22fde..1bacee64d 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 `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 +- This current branch `android15` is meant for usage with Android 15 +- This is indicated by the version name starting with `15`, and the version code starting with `35` - the Android 15 API version For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 319b63b59..2efdfb2de 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="35040010" + android:versionName="15-4.1">