Loading build-community.sh +4 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-18.1" android_version="11" ;; *s*) themuppets_branch="lineage-19.1" android_version="12" ;; *) 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 @@ -63,6 +63,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-18.1" android_version="11" ;; *s*) themuppets_branch="lineage-19.1" android_version="12" ;; *) 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 @@ -105,6 +105,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-18.1" android_version="11" ;; *s*) themuppets_branch="lineage-19.1" android_version="12" ;; *) 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 @@ -63,6 +63,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-18.1" android_version="11" ;; *s*) themuppets_branch="lineage-19.1" android_version="12" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading