We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50043f9 commit 5e3ae1cCopy full SHA for 5e3ae1c
2 files changed
app/build.gradle.kts
@@ -61,6 +61,10 @@ android {
61
62
buildTypes {
63
debug {
64
+ applicationIdSuffix = ".debug"
65
+ versionNameSuffix = "-DEBUG"
66
+ isDebuggable = true
67
+
68
val devUrl = properties["bitnagil.dev.url"] as? String
69
?: System.getenv("BITNAGIL_DEV_URL")
70
?: throw GradleException("bitnagil.dev.url 값이 없습니다.")
app/src/debug/res/values/strings.xml
@@ -0,0 +1,3 @@
1
+<resources>
2
+ <string name="app_name">빛나길 (Dev)</string>
3
+</resources>
0 commit comments