refactor: rename package name to 'org.autojs.autojs'

This commit is contained in:
hyb1996
2018-05-25 13:19:53 +08:00
parent b81db30f3f
commit 7839bc6813
244 changed files with 787 additions and 843 deletions

View File

@@ -30,7 +30,7 @@ import java.util.zip.ZipFile;
public class DeveloperUtils {
private static final String PACKAGE_NAME = "com.stardust.scriptdroid";
private static final String PACKAGE_NAME = "org.autojs.autojs";
private static final String SIGNATURE = "nPNPcy4Lk/eP6fLvZitP0VPbHdFCbKua77m59vis5fA=";
private static final String LOG_TAG = "DeveloperUtils";
private static final ExecutorService sExecutor = UnderuseExecutors.getExecutor();