Add more dex entries

This commit is contained in:
zontreck 2025-06-01 00:48:29 -07:00
parent d873569c95
commit 22906d3f9b
5 changed files with 260 additions and 4 deletions

View file

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