mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
Moved DexFileBuilder to package brut.androlib.src .
This commit is contained in:
parent
78f0899921
commit
07ad2a1a36
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
* under the License.
|
||||
*/
|
||||
package brut.androlib.util;
|
||||
package brut.androlib.src;
|
||||
|
||||
import brut.androlib.AndrolibException;
|
||||
import java.io.*;
|
@ -18,7 +18,6 @@ package brut.androlib.src;
|
||||
|
||||
import brut.androlib.AndrolibException;
|
||||
import brut.androlib.res.util.ExtFile;
|
||||
import brut.androlib.util.DexFileBuilder;
|
||||
import brut.directory.DirectoryException;
|
||||
import java.io.*;
|
||||
import java.util.List;
|
||||
|
Loading…
Reference in New Issue
Block a user