Add more entries

This commit is contained in:
zontreck 2025-03-26 19:15:52 -07:00
parent 9b4b7dba33
commit bde3934e9c
4 changed files with 113 additions and 2 deletions

View file

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