v1.5.0-hotfix6: Use sign-android-release action

This commit is contained in:
zarzet
2026-01-02 04:29:55 +07:00
parent 37b8682faa
commit 9ca0e8cf5c
4 changed files with 23 additions and 17 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-hotfix5';
static const String buildNumber = '19';
static const String version = '1.5.0-hotfix6';
static const String buildNumber = '20';
static const String fullVersion = '$version+$buildNumber';
static const String appName = 'SpotiFLAC';