Skip to content

Commit

Permalink
🔖 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Feb 5, 2024
1 parent 41bf45e commit 1de4c8a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 67 deletions.
2 changes: 1 addition & 1 deletion installers/assistantNMS.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions lib/env/app_version_num.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appsBuildNum = 332;
const appsBuildName = '2.21.4';
const appsCommit = '5e8f6bcfd1f906d8e9e78c86156ff528b290028d';
const appsBuildNum = 333;
const appsBuildName = '2.22.0';
const appsCommit = '41bf45e41a3d794a18620b468b6955583c06b57b';
48 changes: 0 additions & 48 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
19 changes: 9 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1de4c8a

Please sign in to comment.