mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Add a simplistic multi-runtime manager class to prepare for multi-runtime features
This commit is contained in:
parent
be4ef3e6f7
commit
ed5ef3c749
2 changed files with 153 additions and 0 deletions
|
|
@ -42,7 +42,9 @@ public final class Tools
|
|||
public static final Gson GLOBAL_GSON = new GsonBuilder().setPrettyPrinting().create();
|
||||
|
||||
public static final String URL_HOME = "https://pojavlauncherteam.github.io/PojavLauncher";
|
||||
|
||||
public static String DIR_DATA = "/data/data/" + BuildConfig.APPLICATION_ID;
|
||||
public static String MULTIRT_HOME = DIR_DATA+"/runtimes";
|
||||
public static String CURRENT_ARCHITECTURE;
|
||||
|
||||
// New since 3.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue