Skip to content

Commit

Permalink
product server로 url변경
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo committed Mar 14, 2024
1 parent ab96f49 commit a04abef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
versionCode = 1
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BASE_URL", getApiKey("BASE_URL"))
buildConfigField("String", "BASE_URL", getApiKey("PROD_BASE_URL"))
buildConfigField("String", "KAKAO_NATIVE_APP_KEY", getApiKey("KAKAO_NATIVE_APP_KEY"))
manifestPlaceholders["KAKAO_REDIRECT_SCHEME"] = getApiKey("KAKAO_REDIRECT_SCHEME")
}
Expand Down

0 comments on commit a04abef

Please sign in to comment.