diff --git a/superuser/src/main/java/com/topjohnwu/superuser/BusyBox.java b/superuser/src/main/java/com/topjohnwu/superuser/BusyBox.java index a390d3c4..26b2597c 100644 --- a/superuser/src/main/java/com/topjohnwu/superuser/BusyBox.java +++ b/superuser/src/main/java/com/topjohnwu/superuser/BusyBox.java @@ -64,8 +64,8 @@ private BusyBox() {} */ public static File BB_PATH = null; - private static final String ARM_MD5 = "9adae2e0993fb6f233cd750f13393695"; - private static final String X86_MD5 = "498d1ec0b47e31b58074e533e664bd13"; + private static final String ARM_MD5 = "f80d231ec4820c712c00e64f07f66f21"; + private static final String X86_MD5 = "391612ae11978e3d35a429b0729e8317"; /** * Setup a busybox environment using the bundled busybox binaries. diff --git a/superuser/src/main/res/raw/busybox_arm b/superuser/src/main/res/raw/busybox_arm index 04897d38..e803320d 100644 Binary files a/superuser/src/main/res/raw/busybox_arm and b/superuser/src/main/res/raw/busybox_arm differ diff --git a/superuser/src/main/res/raw/busybox_x86 b/superuser/src/main/res/raw/busybox_x86 index 6ba530b6..c5205000 100644 Binary files a/superuser/src/main/res/raw/busybox_x86 and b/superuser/src/main/res/raw/busybox_x86 differ