Loading build-community.sh +4 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-17.1" android_version="10" ;; *r*) themuppets_branch="lineage-18.1" android_version="11" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading src/build.sh +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-17.1" android_version="10" ;; *r*) themuppets_branch="lineage-18.1" android_version="11" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading Loading
build-community.sh +4 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-17.1" android_version="10" ;; *r*) themuppets_branch="lineage-18.1" android_version="11" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading
src/build.sh +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-17.1" android_version="10" ;; *r*) themuppets_branch="lineage-18.1" android_version="11" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading