Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jan 8, 2024
1 parent ea83eac commit efead56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ android {
versionCode = 17
versionName = "3.2.0"
testInstrumentationRunner = "org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner"
val API_KEY = System.getenv("EXODUS_API_KEY")
buildConfigField("String", "EXODUS_API_KEY", "\"$API_KEY\"")
buildConfigField("String", "EXODUS_API_KEY", "\"${System.getenv("EXODUS_API_KEY")}\"")

ksp {
arg(
Expand Down

0 comments on commit efead56

Please sign in to comment.