From 5a4c82b860d9ecd3f31db1fa0ae2ee4ffc635c07 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 13 Nov 2019 03:01:21 -0500 Subject: [PATCH] Bump stub version --- shared/src/main/java/com/topjohnwu/magisk/DynAPK.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/main/java/com/topjohnwu/magisk/DynAPK.java b/shared/src/main/java/com/topjohnwu/magisk/DynAPK.java index 3a397290f..651fd5314 100644 --- a/shared/src/main/java/com/topjohnwu/magisk/DynAPK.java +++ b/shared/src/main/java/com/topjohnwu/magisk/DynAPK.java @@ -11,7 +11,7 @@ import static android.os.Build.VERSION.SDK_INT; public class DynAPK { - private static final int STUB_VERSION = 4; + private static final int STUB_VERSION = 5; // Indices of the object array private static final int STUB_VERSION_ENTRY = 0;