Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Jul 21, 2024
1 parent 7be39be commit c2d7664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dpt/src/main/java/com/luoye/dpt/Dpt.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.luoye.dpt;

import com.luoye.dpt.buildler.Apk;
import com.luoye.dpt.builder.Apk;
import com.luoye.dpt.util.*;

import org.apache.commons.cli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.luoye.dpt.buildler;
package com.luoye.dpt.builder;

abstract class AndroidPackage {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.luoye.dpt.buildler;
package com.luoye.dpt.builder;

import com.android.apksigner.ApkSignerTool;
import com.iyxan23.zipalignjava.ZipAlign;
Expand Down

0 comments on commit c2d7664

Please sign in to comment.