Add more dex entries

This commit is contained in:
zontreck 2025-06-01 14:16:16 -07:00
parent ec46c62a24
commit d33cdfb275
9 changed files with 379 additions and 6 deletions

View file

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