Add more entries

This commit is contained in:
zontreck 2025-03-23 15:52:27 -07:00
parent 6a1a065953
commit 8633d8952e
48 changed files with 323 additions and 96 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032325+1427";
static const VERSION = "1.0.032325+1552";
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}