Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit 1194a87c76 fix
- fix: same name snippet caused err
- fix: auto load servers from db after restoring
2023-09-24 14:51:51 +08:00

11 lines
302 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 572;
static const String engine = "3.13.5";
static const String buildAt = "2023-09-23 11:12:55";
static const int modifications = 2;
static const int script = 18;
}