Skip to content

Commit 33cbef7

Browse files
Debug launcher icon (#15)
* feat: added fastlane info * feat: added fastlane info * feat: added fastlane info * feat: search bar improvements * feat: added navigation bar * feat: added about us * feat: added settings * feat: added settings * feat: debug launcher icon and differnt application id
1 parent 166c617 commit 33cbef7

20 files changed

+21
-1
lines changed

app/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ android {
2020
}
2121

2222
buildTypes {
23+
24+
debug {
25+
applicationIdSuffix = ".debug"
26+
versionNameSuffix = "-debug"
27+
}
28+
2329
release {
24-
isMinifyEnabled = false
30+
isMinifyEnabled = true
2531
proguardFiles(
2632
getDefaultProguardFile("proguard-android-optimize.txt"),
2733
"proguard-rules.pro"
48.1 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_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_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_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
1.73 KB
Loading
3.2 KB
Loading
3.59 KB
Loading
1.18 KB
Loading
1.89 KB
Loading
2.19 KB
Loading

0 commit comments

Comments
 (0)