diff --git a/build-community.sh b/build-community.sh index 60685fff3555d642e182465c6d193aed3e6751df..ad88f988335efdb154084cf0df1b7d384b555b55 100755 --- a/build-community.sh +++ b/build-community.sh @@ -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 diff --git a/src/build.sh b/src/build.sh index 49218185dc50709d7750f91eaee1048408767388..18f5de57e519da96bb53f33b939fc7fe9a760240 100755 --- a/src/build.sh +++ b/src/build.sh @@ -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