Add more entries

This commit is contained in:
zontreck 2025-03-22 21:28:20 -07:00
parent dff8ee1334
commit 0fb6f422fa
17 changed files with 73 additions and 7 deletions

View file

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