v1.5.5: History tab, share intent, artist support, lyrics viewer, folder organization

This commit is contained in:
zarzet
2026-01-02 06:47:49 +07:00
parent 0edd616c3d
commit 0d8234ccd2
35 changed files with 1959 additions and 539 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-hotfix6';
static const String buildNumber = '20';
static const String version = '1.5.5';
static const String buildNumber = '22';
static const String fullVersion = '$version+$buildNumber';
static const String appName = 'SpotiFLAC';