Skip to content

Commit

Permalink
[MERGE] #196 -> develop
Browse files Browse the repository at this point in the history
[ADD/#196] 릴리즈 서버 추가
  • Loading branch information
leeeyubin authored Aug 25, 2024
2 parents 404143c + bcba2f5 commit 5762ac1
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 5762ac1

Please sign in to comment.