diff --git a/build-community.sh b/build-community.sh index 0f679b55c2d011ff9c9348643efdb1a59b21d6ec..5d3c5e61de3c109cabc78c29bd752d0c25d25ec8 100755 --- a/build-community.sh +++ b/build-community.sh @@ -121,7 +121,7 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-21.0" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then - themuppets_branch="lineage-22.1" + themuppets_branch="lineage-22.2" android_version="15" else echo ">> [$(date)] Building branch $branch is not (yet) suppported" diff --git a/src/build.sh b/src/build.sh index 2ded8122b516d4eee71dfb89d13419fee2d0983f..f4bc53d82b11c7a05a93fef9e89618fca7962116 100755 --- a/src/build.sh +++ b/src/build.sh @@ -129,7 +129,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-21.0" android_version="14" elif [[ "${BRANCH_NAME}" =~ $regex_part1"a15"$regex_part2 || "${BRANCH_NAME}" =~ "a15" ]]; then - themuppets_branch="lineage-22.1" + themuppets_branch="lineage-22.2" android_version="15" else echo ">> [$(date)] Building branch $BRANCH_NAME is not (yet) supported"