Lineage 20.0

Change-Id: Ie8a5ed548687b450339d9ef044d83c1246e8327a
This commit is contained in:
Michael Bestas 2022-08-23 02:12:49 +03:00
parent ca35e9df0b
commit b61cf54c6e
No known key found for this signature in database
GPG Key ID: CC95044519BE6669
2 changed files with 2 additions and 2 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-19.1
repo init -u https://github.com/LineageOS/android.git -b lineage-20.0
```
Then to sync up:
```

View File

@ -13,7 +13,7 @@
review="android-review.googlesource.com"
revision="refs/tags/android-13.0.0_r3" />
<default revision="refs/heads/lineage-19.1"
<default revision="refs/heads/lineage-20.0"
remote="github"
sync-c="true"
sync-j="4" />