Add more entries

This commit is contained in:
zontreck 2025-03-24 00:34:16 -07:00
parent 670c23d264
commit 99452498a2
83 changed files with 410 additions and 21 deletions

View file

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