From e3ba96c59c8996f0a5e80fe7e9cd65ca6639f7f2 Mon Sep 17 00:00:00 2001 From: tieu1991 Date: Sat, 12 Nov 2022 12:19:10 -0500 Subject: [PATCH] Fix TheMuppets branch --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index cfbe152..97a8cd5 100755 --- a/src/build.sh +++ b/src/build.sh @@ -137,7 +137,7 @@ for branch in ${BRANCH_NAME//,/ }; do modules_permission_patch="packages_modules_Permission-S.patch" ;; lineage-20.0*) - themuppets_branch="lineage-20" + themuppets_branch="lineage-20.0" android_version="13" frameworks_base_patch="android_frameworks_base-Android13.patch" modules_permission_patch="packages_modules_Permission-Android13.patch"