README: Add more details about branching (#445)
diff --git a/README.md b/README.md
index 216caa8..1f53e0d 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,19 @@
## 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.