From 43f92c9542811cdba41f969741db6d98f4b8b31c Mon Sep 17 00:00:00 2001 From: mrrhak Date: Fri, 7 Jul 2023 21:57:29 +0700 Subject: [PATCH] release v2.1.3 --- CHANGELOG.md | 4 ++++ .../src/dev/res/mipmap-anydpi-v26/ic_launcher_rounded.xml | 6 ++++++ example/flavor_app/android/app/src/main/AndroidManifest.xml | 2 +- .../src/prod/res/mipmap-anydpi-v26/ic_launcher_rounded.xml | 6 ++++++ example/simple_app/android/app/src/main/AndroidManifest.xml | 2 +- .../src/main/res/mipmap-anydpi-v26/ic_launcher_rounded.xml | 6 ++++++ example/simple_app/pubspec.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 4 ++-- 9 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 example/flavor_app/android/app/src/dev/res/mipmap-anydpi-v26/ic_launcher_rounded.xml create mode 100644 example/flavor_app/android/app/src/prod/res/mipmap-anydpi-v26/ic_launcher_rounded.xml create mode 100644 example/simple_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_rounded.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db4337..0e29abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.3 + +- Fix round icons on android and ability to use without monochrome ([#35](https://github.com/mrrhak/icons_launcher/pull/35)) + ## 2.1.2 - Fixed android monochrome icon is smaller and blurred ([#32](https://github.com/mrrhak/icons_launcher/pull/32)) diff --git a/example/flavor_app/android/app/src/dev/res/mipmap-anydpi-v26/ic_launcher_rounded.xml b/example/flavor_app/android/app/src/dev/res/mipmap-anydpi-v26/ic_launcher_rounded.xml new file mode 100644 index 0000000..2376d62 --- /dev/null +++ b/example/flavor_app/android/app/src/dev/res/mipmap-anydpi-v26/ic_launcher_rounded.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/example/flavor_app/android/app/src/main/AndroidManifest.xml b/example/flavor_app/android/app/src/main/AndroidManifest.xml index 80f867f..e8c8859 100644 --- a/example/flavor_app/android/app/src/main/AndroidManifest.xml +++ b/example/flavor_app/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + android:roundIcon="@mipmap/ic_launcher_rounded" >