mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
Rlease: 2.11.3 53
This commit is contained in:
parent
4d36b5d7c1
commit
4dd47d02eb
@ -1,7 +1,7 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "2.11.2 Beta";
|
static const String appVersion = "2.11.3";
|
||||||
static const int appVersionCode = 52;
|
static const int appVersionCode = 53;
|
||||||
static const String appVersionDate = "2024-6-17";
|
static const String appVersionDate = "2024-6-28";
|
||||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
||||||
static const isMSE =
|
static const isMSE =
|
||||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||||
|
Loading…
Reference in New Issue
Block a user