Fix zygisk v5

This commit is contained in:
LoveSy 2024-07-13 20:30:49 +08:00 committed by John Wu
parent ef81cdab4f
commit 4931825912

View File

@ -64,6 +64,7 @@ bool ZygiskModule::valid() const {
if (mod.api_version == nullptr)
return false;
switch (*mod.api_version) {
case 5:
case 4:
case 3:
case 2: