Rename module

This commit is contained in:
topjohnwu
2018-01-27 08:34:12 +08:00
parent 19af5f9e0b
commit b05d2d3a2d
5 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@ package com.topjohnwu.magisk.utils;
import android.support.annotation.Keep;
import com.topjohnwu.crypto.SignBoot;
import com.topjohnwu.utils.SignBoot;
import java.io.FileInputStream;
import java.io.InputStream;
@@ -1,7 +1,7 @@
package com.topjohnwu.magisk.utils;
import com.topjohnwu.crypto.JarMap;
import com.topjohnwu.crypto.SignAPK;
import com.topjohnwu.utils.JarMap;
import com.topjohnwu.utils.SignAPK;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;