Skip to content

Commit

Permalink
Update to busybox 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 21, 2018
1 parent 16bc300 commit 8072a45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superuser/src/main/java/com/topjohnwu/superuser/BusyBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified superuser/src/main/res/raw/busybox_arm
Binary file not shown.
Binary file modified superuser/src/main/res/raw/busybox_x86
Binary file not shown.

0 comments on commit 8072a45

Please sign in to comment.