We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e621ed + 5e3ae1c commit bb7a181Copy full SHA for bb7a181
2 files changed
app/build.gradle.kts
@@ -59,6 +59,10 @@ android {
59
60
buildTypes {
61
debug {
62
+ applicationIdSuffix = ".debug"
63
+ versionNameSuffix = "-DEBUG"
64
+ isDebuggable = true
65
+
66
val devUrl = properties["bitnagil.dev.url"] as? String
67
?: System.getenv("BITNAGIL_DEV_URL")
68
?: 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