We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41c5c0 commit 43845dbCopy full SHA for 43845db
1 file changed
studyplus-android-sdk2/build.gradle
@@ -14,10 +14,10 @@ android {
14
15
buildTypes {
16
debug {
17
- buildConfigField("String", "API_ENDPOINT", "")
+ buildConfigField("String", "API_ENDPOINT", "\"\"")
18
}
19
release {
20
- buildConfigField("String", "API_ENDPOINT", "https://external-api.studyplus.jp")
+ buildConfigField("String", "API_ENDPOINT", "\"https://external-api.studyplus.jp\"")
21
22
23
0 commit comments