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" >