Add more data entries

This commit is contained in:
zontreck 2025-06-02 16:52:27 -07:00
parent 5d4158a1a6
commit 0e11f87f12
5 changed files with 240 additions and 4 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.0.060225+1506";
static const VERSION = "1.0.060225+1652";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}