Lineage 18.0

Change-Id: Icda4887efd1a965530213f82fbbf8ae908843b05
This commit is contained in:
Jan Altensen
2020-09-11 21:56:13 +02:00
committed by Alessandro Astone
parent 0409f23119
commit dd29a4766a
5 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver
To initialize your local repository using the LineageOS trees, use a command like this:
```
repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
repo init -u git://github.com/LineageOS/android.git -b lineage-18.0
```
Then to sync up:
```