We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f678d commit ca5ff8aCopy full SHA for ca5ff8a
1 file changed
app/build.gradle.kts
@@ -54,7 +54,6 @@ android {
54
?: System.getenv("BITNAGIL_DEV_URL")
55
?: throw GradleException("bitnagil.dev.url 값이 없습니다.")
56
buildConfigField("String", "BASE_URL", "\"$devUrl\"")
57
- applicationIdSuffix = ".debug"
58
}
59
60
release {
0 commit comments