From 270e0baeffa9ace912ef9992eb79a23b3fa61706 Mon Sep 17 00:00:00 2001 From: Chirayu Desai <952062+chirayudesai@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:23:10 +0530 Subject: [PATCH] README: Add more details about branching (#445) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 216caa85..1f53e0d9 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,19 @@ If you are having an issue/question, please look at our [FAQ](../../wiki/FAQ). ## Requirements -- Android 13 +SeedVault is developed alongwith AOSP releases + +We update it every time Google releases a new Android version, make any changes required for basic functionality, and any improvements possible through API changes in the OS. + +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 For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). +Trying to use an older branch on a newer version may lead to issues and is not something we can support. + ## Getting Started - Check out [the wiki](https://github.com/seedvault-app/seedvault/wiki) for information on building the application with AOSP.