Add another dex entry

This commit is contained in:
zontreck 2025-03-26 14:10:24 -07:00
parent 3f929cdfff
commit 0bcc0a14b0
4 changed files with 170 additions and 6 deletions

View file

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