소스 검색

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'