From 335146a6a2b5a86feb50e93b65819bc2198da7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E9=A1=B5?= Date: Sat, 16 Aug 2025 21:32:38 +0800 Subject: [PATCH] Update supported API levels --- scripts/host_patch.sh | 2 +- scripts/live_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/host_patch.sh b/scripts/host_patch.sh index d406f9440..53d19efca 100644 --- a/scripts/host_patch.sh +++ b/scripts/host_patch.sh @@ -2,7 +2,7 @@ # AVD MagiskInit Setup ##################################################################### # -# Support API level: 23 - 35 +# Support API level: 23 - 36 # # With an emulator booted and accessible via ADB, usage: # ./build.py avd_patch path/to/booted/avd-image/ramdisk.img diff --git a/scripts/live_setup.sh b/scripts/live_setup.sh index 153e9d183..6e242aa45 100755 --- a/scripts/live_setup.sh +++ b/scripts/live_setup.sh @@ -2,7 +2,7 @@ # AVD Magisk Setup ##################################################################### # -# Support API level: 23 - 35 +# Support API level: 23 - 36 # # For developing Magisk, just use: # ./build.py emulator