Skip to content

Commit

Permalink
Add assets and bump build for test release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Dec 19, 2024
1 parent 7c12ebe commit a0edc91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
Binary file added assets/icon/openhiit-ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/openhiit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 6 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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.5.0+31
version: 1.5.0+32

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down Expand Up @@ -69,20 +69,13 @@ dependencies:
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path_ios: "assets/icon/openhiit-icon-animated.png"
image_path: "assets/icon/openhiit-icon-android.png"
image_path_ios: "assets/icon/openhiit-ios.png"
image_path: "assets/icon/openhiit.png"
min_sdk_android: 34 # android min sdk min:16, default 21
adaptive_icon_background: "#ffffff" # only available for Android 8.0 devices and above
adaptive_icon_foreground: "assets/icon/openhiit-icon-android.png" # only available for Android 8.0 devices and above
web:
generate: true
image_path: "assets/icon/openhiit-icon-android.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/openhiit-icon-android.png"
icon_size: 48 # min:48, max:256, default: 48
adaptive_icon_foreground: "assets/icon/openhiit.png" # only available for Android 8.0 devices and above
adaptive_icon_monochrome: "assets/icon/openhiit.png"
remove_alpha_ios: true
macos:
generate: true
image_path: "assets/icon/openhiit-icon-android.png"
Expand Down

0 comments on commit a0edc91

Please sign in to comment.