From 5783b96d0a60eb286b4133a1bf204a9043133bb2 Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 29 May 2025 19:22:18 +0530 Subject: [PATCH] build: Use correct muppets branch --- build-community.sh | 2 +- src/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-community.sh b/build-community.sh index 0f679b5..5d3c5e6 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 2ded812..f4bc53d 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" -- GitLab