From 68da94df6417ab4163eb88cdaf48db2109490a08 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 1 Jun 2025 16:04:47 -0700 Subject: [PATCH] Fix inability to update --- android/app/src/main/AndroidManifest.xml | 17 +++++++++++++++++ android/app/src/main/res/xml/filepaths.xml | 4 ++++ lib/Consts.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/res/xml/filepaths.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e71f219..f63589e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/res/xml/filepaths.xml b/android/app/src/main/res/xml/filepaths.xml new file mode 100644 index 0000000..ee81d9b --- /dev/null +++ b/android/app/src/main/res/xml/filepaths.xml @@ -0,0 +1,4 @@ + + + + diff --git a/lib/Consts.dart b/lib/Consts.dart index 46eacf8..b8e1caa 100644 --- a/lib/Consts.dart +++ b/lib/Consts.dart @@ -1,5 +1,5 @@ class Constants { - static const VERSION = "1.0.060125+1506"; + static const VERSION = "1.0.060125+1604"; //static bool get isMobile => Platform.isAndroid || Platform.isIOS; } diff --git a/pubspec.yaml b/pubspec.yaml index 744ce1d..cdd0423 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.060125+1506 +version: 1.0.060125+1604 environment: sdk: ^3.7.0