Skip to content

Commit

Permalink
chore/#9: FRIEND_BASE_URL 숨기기
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed May 8, 2024
1 parent 461b231 commit 191999e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ android {
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "AUTH_BASE_URL", properties["base.url"]
buildConfigField "String", "AUTH_BASE_URL", properties["auth.base.url"]
buildConfigField "String", "FRIEND_BASE_URL", properties["friend.base.url"]
}

buildTypes {
Expand Down

0 comments on commit 191999e

Please sign in to comment.