Skip to content

Commit 60a679f

Browse files
committed
change debug app name
1 parent 13dde75 commit 60a679f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ android {
2323

2424
buildTypes {
2525
getByName("debug") {
26+
applicationIdSuffix = ".debug"
2627
isMinifyEnabled = true
2728
proguardFiles(
2829
getDefaultProguardFile("proguard-android.txt"),
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<resources>
2+
<string name="app_name">Simple Time Tracker Debug</string>
3+
</resources>

app/src/main/res/values/ic_launcher_new_background.xml

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

0 commit comments

Comments
 (0)