Refactor in support for branching evolutions

This commit is contained in:
zontreck 2025-03-23 18:14:32 -07:00
parent 8633d8952e
commit e0e926562b
6 changed files with 176 additions and 76 deletions

View file

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