Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 43845db

Browse files
committed
Fix String escape
1 parent d41c5c0 commit 43845db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

studyplus-android-sdk2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ android {
1414

1515
buildTypes {
1616
debug {
17-
buildConfigField("String", "API_ENDPOINT", "")
17+
buildConfigField("String", "API_ENDPOINT", "\"\"")
1818
}
1919
release {
20-
buildConfigField("String", "API_ENDPOINT", "https://external-api.studyplus.jp")
20+
buildConfigField("String", "API_ENDPOINT", "\"https://external-api.studyplus.jp\"")
2121
}
2222
}
2323

0 commit comments

Comments
 (0)