README: Add more details about branching (#445)
This commit is contained in:
parent
a0d14910f6
commit
270e0baeff
1 changed files with 10 additions and 1 deletions
11
README.md
11
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.
|
||||
|
|
Loading…
Reference in a new issue