Skip to content

Commit 5e3ae1c

Browse files
committed
Chore: 디버그 빌드와 릴리스 빌드 분리
1 parent 50043f9 commit 5e3ae1c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ android {
6161

6262
buildTypes {
6363
debug {
64+
applicationIdSuffix = ".debug"
65+
versionNameSuffix = "-DEBUG"
66+
isDebuggable = true
67+
6468
val devUrl = properties["bitnagil.dev.url"] as? String
6569
?: System.getenv("BITNAGIL_DEV_URL")
6670
?: throw GradleException("bitnagil.dev.url 값이 없습니다.")
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">빛나길 (Dev)</string>
3+
</resources>

0 commit comments

Comments
 (0)