Skip to content

Commit

Permalink
[ADD/#196] 릴리즈 서버 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Aug 25, 2024
1 parent 404143c commit bcba2f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ android {
)
}
release {
buildConfigField(
"String",
"BASE_URL",
gradleLocalProperties(rootDir, providers).getProperty("base.url")
)
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit bcba2f5

Please sign in to comment.