diff --git a/avbroot/src/patch/boot.rs b/avbroot/src/patch/boot.rs index d78fa81..ad1d3b2 100644 --- a/avbroot/src/patch/boot.rs +++ b/avbroot/src/patch/boot.rs @@ -194,7 +194,7 @@ impl MagiskRootPatcher { // replaced by PREINITDEVICE // - Versions newer than the latest supported version are assumed to support // the same features as the latest version - const VERS_SUPPORTED: &'static [Range] = &[25102..25207, 25211..28200]; + const VERS_SUPPORTED: &'static [Range] = &[25102..25207, 25211..29100]; const VER_PREINIT_DEVICE: RangeFrom = 25211..; const VER_RANDOM_SEED: Range = 25211..26103; const VER_PATCH_VBMETA: Range = Self::VERS_SUPPORTED[0].start..26202;