Skip to content

Commit

Permalink
added weather api key
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Oct 26, 2024
1 parent 3af13ea commit bcb2e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ configure<BuildKonfigExtension> {
properties.load(secretProperties.inputStream())
}

val apiKey = properties.getProperty("WEATHER_API_KEY") ?: System.getenv("WEATHER_API_KEY")
// val apiKey = properties.getProperty("WEATHER_API_KEY") ?: System.getenv("WEATHER_API_KEY")

defaultConfigs {
buildConfigField(
Type.STRING,
"WEATHER_API_KEY",
apiKey
"90d78fc11f04c530a4e6f6c01cbb66e5"
)
}
}
Expand Down

0 comments on commit bcb2e1c

Please sign in to comment.