mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-30 11:29:30 +02:00
chore: bump version to 4.3.0 and fix SAF document file race condition
- Bump app version to 4.3.0 (build 125) - Extract createOrReuseDocumentFile() to handle SAF auto-rename races between findFile() and createFile(), preferring the exact-named sibling and discarding duplicate documents
This commit is contained in:
@@ -3,8 +3,8 @@ import 'package:flutter/foundation.dart';
|
||||
/// App version and info constants
|
||||
/// Update version here only - all other files will reference this
|
||||
class AppInfo {
|
||||
static const String version = '4.2.3';
|
||||
static const String buildNumber = '124';
|
||||
static const String version = '4.3.0';
|
||||
static const String buildNumber = '125';
|
||||
static const String fullVersion = '$version+$buildNumber';
|
||||
|
||||
/// Shows "Internal" in debug builds, actual version in release.
|
||||
|
||||
Reference in New Issue
Block a user