diff --git a/CHANGELOG.md b/CHANGELOG.md index 078eb5e..a605587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Rename the project from "docker-cyanogenmod" to "docker-lineageos" - Change all references of "CyanogenMod" to "LineageOS", see http://lineageos.org/ - Rename user "cmbuild" to "build" +- Adjust LineageOS version to cm-14.1 ## [0.6.0] - 2016-08-20 ### Added diff --git a/README.md b/README.md index 4546d9f..8d032e2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The container uses "screen" to run the shell. This means that you will be able t ### How to build LineageOS for your device ``` -repo init -u git://github.com/lineageos/android.git -b cm-13.0 +repo init -u git://github.com/lineageos/android.git -b cm-14.1 repo sync source build/envsetup.sh breakfast # example: breakfast grouper diff --git a/run.sh b/run.sh index d1629ac..755b320 100755 --- a/run.sh +++ b/run.sh @@ -13,7 +13,7 @@ fi CONTAINER_HOME=/home/build CONTAINER=lineageos REPOSITORY=stucki/lineageos -TAG=cm-13.0 +TAG=cm-14.1 FORCE_BUILD=0 PRIVILEGED=