Skip to content

Commit

Permalink
Update new_build.sh: support lineage-22.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth authored Nov 28, 2024
1 parent a1a7e28 commit 5f3b0c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ if [ -n "$branch" ] && [ -n "$devices" ]; then
themuppets_branch="lineage-21.0"
android_version="14"
;;
lineage-22.0*)
themuppets_branch="lineage-22.0"
android_version="15"
;;
*)
echo ">> [$(date)] Building branch $branch is not (yet) suppported"
exit 1
Expand Down

0 comments on commit 5f3b0c4

Please sign in to comment.