Adds some new dex entries

This commit is contained in:
zontreck 2025-03-28 19:22:00 -07:00
parent c846c717fe
commit db34f046e4
5 changed files with 207 additions and 4 deletions

View file

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