@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher2_background"/>
<foreground android:drawable="@drawable/ic_launcher2_foreground"/>
+ <monochrome android:drawable="@drawable/ic_launcher2_foreground"/>
</adaptive-icon>
@@ -1,6 +1,6 @@
buildscript {
ext {
- androidPluginVersion = '7.3.1'
+ androidPluginVersion = '7.4.2'
kotlinVersion = '1.7.20'
composeCompilerVersion = '1.3.2'
composeMaterialVersion = '1.3.1'