2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 12:15:15 +00:00

Fix canary emulator

This commit is contained in:
topjohnwu
2025-08-18 11:25:47 -07:00
parent 335146a6a2
commit 1333d3b986

View File

@@ -94,7 +94,7 @@ resolve_vars() {
UpsideDownCakePrivacySandbox) api=34 ;;
VanillaIceCream) api=35 ;;
Baklava) api=36 ;;
36*CANARY) api=36 ;;
36*CANARY) api=10000 ;;
*)
print_error "! Unknown system image version '$ver'"
exit 1