Skip to content

Commit bb7a181

Browse files
authored
Merge pull request #162 from YAPP-Github/chore/#161-setup-build-types
[Chore/#161] 디버그 및 릴리즈 빌드 환경 분리를 구성합니다.
2 parents 3e621ed + 5e3ae1c commit bb7a181

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
@@ -59,6 +59,10 @@ android {
5959

6060
buildTypes {
6161
debug {
62+
applicationIdSuffix = ".debug"
63+
versionNameSuffix = "-DEBUG"
64+
isDebuggable = true
65+
6266
val devUrl = properties["bitnagil.dev.url"] as? String
6367
?: System.getenv("BITNAGIL_DEV_URL")
6468
?: 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)