From 1de4c8a775eedbcc4ec7cfe6058aa514c82238e2 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Mon, 5 Feb 2024 10:36:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installers/assistantNMS.iss | 2 +- lib/env/app_version_num.dart | 6 ++--- pubspec.lock | 48 ------------------------------------ pubspec.yaml | 19 +++++++------- release_notes.txt | 8 +++--- 5 files changed, 16 insertions(+), 67 deletions(-) diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss index d9c41072..cc3af8b0 100644 --- a/installers/assistantNMS.iss +++ b/installers/assistantNMS.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Assistant for No Man's Sky" -#define MyAppVersion "2.21.3" +#define MyAppVersion "2.22.0" #define MyAppPublisher "AssistantApps" #define MyAppURL "https://nmsassistant.com/" #define MyAppExeName "assistantnms_app.exe" diff --git a/lib/env/app_version_num.dart b/lib/env/app_version_num.dart index 87b17d24..5491d9d8 100644 --- a/lib/env/app_version_num.dart +++ b/lib/env/app_version_num.dart @@ -1,3 +1,3 @@ -const appsBuildNum = 332; -const appsBuildName = '2.21.4'; -const appsCommit = '5e8f6bcfd1f906d8e9e78c86156ff528b290028d'; \ No newline at end of file +const appsBuildNum = 333; +const appsBuildName = '2.22.0'; +const appsCommit = '41bf45e41a3d794a18620b468b6955583c06b57b'; \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 5f636249..ce3f2b4f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -790,14 +790,6 @@ packages: url: "https://pub.dev" source: hosted version: "0.3.0+2" - google_mobile_ads: - dependency: "direct main" - description: - name: google_mobile_ads - sha256: "7b8915f0ad358f49ba7d547b5187204cfe72ca668fb83aa303f96a2eacdc4033" - url: "https://pub.dev" - source: hosted - version: "3.1.0" google_sign_in: dependency: "direct main" description: @@ -1797,14 +1789,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" - visibility_detector: - dependency: transitive - description: - name: visibility_detector - sha256: dd5cc11e13494f432d15939c3aa8ae76844c42b723398643ce9addb88a5ed420 - url: "https://pub.dev" - source: hosted - version: "0.4.0+2" web: dependency: transitive description: @@ -1829,38 +1813,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.1+1" - webview_flutter: - dependency: transitive - description: - name: webview_flutter - sha256: "60e23976834e995c404c0b21d3b9db37ecd77d3303ef74f8b8d7a7b19947fc04" - url: "https://pub.dev" - source: hosted - version: "4.4.3" - webview_flutter_android: - dependency: transitive - description: - name: webview_flutter_android - sha256: "161af93c2abaf94ef2192bffb53a3658b2d721a3bf99b69aa1e47814ee18cc96" - url: "https://pub.dev" - source: hosted - version: "3.13.2" - webview_flutter_platform_interface: - dependency: transitive - description: - name: webview_flutter_platform_interface - sha256: dbe745ee459a16b6fec296f7565a8ef430d0d681001d8ae521898b9361854943 - url: "https://pub.dev" - source: hosted - version: "2.9.0" - webview_flutter_wkwebview: - dependency: transitive - description: - name: webview_flutter_wkwebview - sha256: "02d8f3ebbc842704b2b662377b3ee11c0f8f1bbaa8eab6398262f40049819160" - url: "https://pub.dev" - source: hosted - version: "3.10.1" win32: dependency: "direct overridden" description: diff --git a/pubspec.yaml b/pubspec.yaml index 039ce416..93269384 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,12 +2,12 @@ name: assistantnms_app description: Assistant for No Man's Sky homepage: https://nmsassistant.com # author: Kurt Lourens -version: 2.21.3+331 # dart scripts\version_num_script.dart -publish_to: 'none' +version: 2.22.0+333 # dart scripts\version_num_script.dart +publish_to: "none" environment: - sdk: '>=3.2.0 <4.0.0' - flutter: '>=1.17.0' + sdk: ">=3.2.0 <4.0.0" + flutter: ">=1.17.0" dependencies: flutter: @@ -27,7 +27,6 @@ dependencies: firebase_auth: 4.15.3 # firebase_auth_web: ^0.3.2+6 google_sign_in: 6.2.1 - google_mobile_ads: 3.1.0 # UI adaptive_theme: 3.4.1 @@ -81,18 +80,18 @@ flutter_icons: ## dart run flutter_launcher_icons:main ios: true android: true remove_alpha_ios: true - image_path: 'assets/images/fullSizeIcon.png' - adaptive_icon_background: 'assets/images/fullSizeIconAdaptiveBg.png' - adaptive_icon_foreground: 'assets/images/fullSizeIconAdaptiveFg.png' + image_path: "assets/images/fullSizeIcon.png" + adaptive_icon_background: "assets/images/fullSizeIconAdaptiveBg.png" + adaptive_icon_foreground: "assets/images/fullSizeIconAdaptiveFg.png" # dart run msix:create msix_config: # https://pub.dev/documentation/msix/latest/ display_name: Assistant for No Man's Sky publisher_display_name: AssistantApps - msix_version: 2.21.3.0 + msix_version: 2.22.0.0 identity_name: 32412AssistantApps.AssistantforNoMansSky publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A - logo_path: './assets/images/fullSizeIcon.png' + logo_path: "./assets/images/fullSizeIcon.png" languages: en capabilities: internetClient store: true diff --git a/release_notes.txt b/release_notes.txt index 497663f8..a1861746 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,10 +1,8 @@ -- 🎨 Improve the Expedition page +- 📄 Add new guide by Muhaddil - 🌐 Updated translations -- 🤖 Android dependency upgrades -- 🐛 Better error handling for Community mission page -- 🐛 Fix bug that can happen on startup +- 🐛 Fix data about update releases -Submitted to App Stores 2024-01-03 +Submitted to App Stores 2024-02-05 For more details on this update please visit the "What is New" page in the Apps or on the website