mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-06 02:07:05 +00:00
initial commit
This commit is contained in:
parent
79e2ed4dfe
commit
e274ad6d75
3 changed files with 15 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ import java.util.Objects;
|
|||
public class AppConfig {
|
||||
|
||||
// App Config
|
||||
public static String vectrasVersion = "2.9.3";
|
||||
public static String vectrasVersion = "2.9.4";
|
||||
public static String vectrasWebsite = "https://vectras.vercel.app/";
|
||||
public static String vectrasWebsiteRaw = "https://raw.githubusercontent.com/xoureldeen/Vectras-VM-Android/refs/heads/master/web/";
|
||||
public static String bootstrapfileslink = vectrasWebsite + "/data/setupfiles.json";
|
||||
|
|
|
|||
|
|
@ -719,7 +719,7 @@ public class VectrasApp extends Application {
|
|||
}
|
||||
|
||||
public static void prepareDataForAppConfig(Activity _activity) {
|
||||
AppConfig.vectrasVersion = "2.9.3";
|
||||
AppConfig.vectrasVersion = "2.9.4";
|
||||
AppConfig.vectrasWebsite = "https://vectras.vercel.app/";
|
||||
AppConfig.vectrasWebsiteRaw = "https://raw.githubusercontent.com/xoureldeen/Vectras-VM-Android/refs/heads/master/web/";
|
||||
AppConfig.bootstrapfileslink = AppConfig.vectrasWebsiteRaw + "/data/setupfiles.json";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue