Add more entries

This commit is contained in:
zontreck 2025-03-22 22:31:19 -07:00
parent 0fb6f422fa
commit 47164c1b67
27 changed files with 63 additions and 5 deletions

View file

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