Преглед на файлове

updated android plugin version

sirekanian преди 2 години
родител
ревизия
b5fbb045ac
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml
  2. 1 0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml
  3. 1 1
      build.gradle

+ 1 - 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml

@@ -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 - 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml

@@ -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 - 1
build.gradle

@@ -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'