Skip to content

Commit

Permalink
The LOS Android 15 branch is 22.1 not 22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Dec 31, 2024
1 parent 4020df9 commit befec92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ visibility = ["//visibility:public"],
_EOB

case "$BRANCH_NAME" in
"lineage-19.1" | "lineage-20.0" | "lineage-21.0" | "lineage-22.0" )
"lineage-19.1" | "lineage-20.0" | "lineage-21.0" | "lineage-22.1" )
build_file="new_build.sh"
;;
* )
Expand Down
4 changes: 2 additions & 2 deletions src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ if [ -n "$branch" ] && [ -n "$devices" ]; then
themuppets_branch="lineage-21.0"
android_version="14"
;;
lineage-22.0*)
themuppets_branch="lineage-22.0"
lineage-22.1*)
themuppets_branch="lineage-22.1"
android_version="15"
;;
*)
Expand Down

0 comments on commit befec92

Please sign in to comment.