Add more data entries

This commit is contained in:
zontreck 2025-03-26 03:32:02 -07:00
parent 0c585366dc
commit f1cf4c720d
3 changed files with 192 additions and 2 deletions

View file

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