manifest: 22.1 -> 22.2

Change-Id: Ib02b4e31ac04c553c87a0586107dc0b8c7709941
This commit is contained in:
Michael Bestas 2025-03-09 02:00:37 +02:00
parent 538c2539f5
commit 7dc14b9718
No known key found for this signature in database
GPG key ID: CC95044519BE6669
3 changed files with 45 additions and 45 deletions

View file

@ -8,7 +8,7 @@ To get started with Android/LineageOS, you'll need to get familiar with [Source
To initialize your local repository using the LineageOS trees, use a command like this:
```
repo init -u https://github.com/LineageOS/android.git -b lineage-22.1 --git-lfs
repo init -u https://github.com/LineageOS/android.git -b lineage-22.2 --git-lfs
```
Then to sync up:
```