Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
matsudamper committed Jan 30, 2025
1 parent 6bb4ba7 commit 237ba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/common/graphql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
namespace = "net.matsudamper.money.frontend.graphql"
defaultConfig {
buildConfigField("String", "SERVER_PROTOCOL", "\"${localProperties["net.matsudamper.money.android.serverProtocol"]}\"")
buildConfigField("String", "SERVER_HOST", "\"${System.getenv("SERVER_HOST") ?: localProperties["net.matsudamper.money.android.serverHost"]}\"")
buildConfigField("String", "SERVER_HOST", "\"${System.getenv("SERVER_HOST") ?: localProperties["net.matsudamper.money.android.serverHost"]}\"")
}
buildFeatures {
buildConfig = true
Expand Down

0 comments on commit 237ba20

Please sign in to comment.