From 358f6d0f0c8125c68bf524297c2f47268f66c661 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sat, 7 Oct 2023 04:31:34 +0530 Subject: [PATCH] [WiP] Android 14 Change-Id: Ibf5aa7da9d1608094be5afebe5ea0f2bae283fa5 --- README.md | 4 ++-- app/src/main/AndroidManifest.xml | 4 ++-- build.gradle | 11 ++++++----- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6cfdd9d0..05ed0c19 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). diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f11daef3..58bd3c00 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">