Merge pull request #251 from yaso-meth/BUG--Fix-Android-Icon

BUG--Fix-Android-Icon
This commit is contained in:
yaso-meth
2025-09-12 14:32:14 +02:00
committed by GitHub
14 changed files with 8 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -1,7 +1,7 @@
name: mzansi_innovation_hub
description: ""
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.0+94
version: 1.2.0+95
environment:
sdk: '>=3.5.3 <4.0.0'
@@ -87,5 +87,5 @@ flutter_native_splash:
branding_bottom_padding: 24
android_12:
color: "#3A4454"
image: lib/mih_components/mih_package_components/assets/images/splash_screen/mih_image_splash.png
image: lib/mih_components/mih_package_components/assets/images/splash_screen/mih_image_splash_android.png
branding: lib/mih_components/mih_package_components/assets/images/splash_screen/mih_branding_splash.png

View File

@@ -1,7 +1,8 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
],
"target": {
"namespace": "android_app",

View File

@@ -150,6 +150,8 @@
@@ -278,6 +280,8 @@