Move Const to upper package

This commit is contained in:
topjohnwu
2018-07-31 17:42:35 +08:00
parent f900189f90
commit 23c7bbc7d5
41 changed files with 29 additions and 37 deletions

View File

@@ -12,7 +12,6 @@ import com.topjohnwu.magisk.asyncs.UpdateRepos;
import com.topjohnwu.magisk.components.Activity;
import com.topjohnwu.magisk.database.RepoDatabaseHelper;
import com.topjohnwu.magisk.receivers.ShortcutReceiver;
import com.topjohnwu.magisk.utils.Const;
import com.topjohnwu.magisk.utils.Download;
import com.topjohnwu.magisk.utils.LocaleManager;
import com.topjohnwu.magisk.utils.Utils;