Skip to content

Commit 732a52c

Browse files
committed
[NDGL-17] chore: buildConfigField 방식 수정
1 parent 81f308e commit 732a52c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

data/core/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ android {
1414
load(rootProject.file("local.properties").bufferedReader())
1515
}
1616

17-
buildConfigField(
18-
"String",
19-
"NDGL_BASE_URL",
20-
localProperties["NDGL_BASE_URL"] as String,
21-
)
17+
buildConfigField("String", "NDGL_BASE_URL", "\"${localProperties["NDGL_BASE_URL"]}\"")
2218
}
2319

2420
buildFeatures {

0 commit comments

Comments
 (0)