v2.0.4: Fix Android 11 storage permission denied

This commit is contained in:
zarzet
2026-01-04 11:51:09 +07:00
parent 6927fdf7a9
commit 0787b32dd8
3 changed files with 10 additions and 6 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 = '2.0.3';
static const String buildNumber = '33';
static const String version = '2.0.4';
static const String buildNumber = '34';
static const String fullVersion = '$version+$buildNumber';