v1.5.0-hotfix5: Use key.properties per Flutter docs

This commit is contained in:
zarzet
2026-01-02 04:27:02 +07:00
parent 6563f0f2b3
commit 37b8682faa
4 changed files with 13 additions and 18 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '1.5.0-hotfix4';
static const String buildNumber = '18';
static const String version = '1.5.0-hotfix5';
static const String buildNumber = '19';
static const String fullVersion = '$version+$buildNumber';
static const String appName = 'SpotiFLAC';