Skip to content

Commit 8fdfec5

Browse files
Merge pull request #112 from boostcampwm-2022/109-change-for-release-build
release 배포를 위한 mipmap 파일 복사 및 dependency 수정
2 parents 436eae2 + f1c8f92 commit 8fdfec5

32 files changed

+15
-11
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
88

99
// Firebase
10-
classpath 'com.google.gms:google-services:4.3.10'
10+
classpath 'com.google.gms:google-services:4.3.15'
1111
}
1212
}
1313

15.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_bus_background"/>
4+
<foreground android:drawable="@mipmap/ic_bus_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_bus_background"/>
4+
<foreground android:drawable="@mipmap/ic_bus_foreground"/>
5+
</adaptive-icon>

presentation/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

presentation/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
1.81 KB
Loading
2.05 KB
Loading
3.64 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)