Skip to content

Commit

Permalink
🏕 changes singing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasLehnfeld committed Jan 6, 2022
1 parent 8eb1a82 commit 187a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ android {
signingConfigs {
release {
keyAlias 'netzpolitik'
keyPassword System.env.NETZPOLITIK_KEY_PWD ?: ''
keyPassword System.env.KEY_PWD ?: ''
storeFile file('../keystore.jks')
storePassword System.env.NETZPOLITIK_KEYSTORE_PWD ?: ''
storePassword System.env.KEYSTORE_PWD ?: ''
}
}

Expand Down

0 comments on commit 187a055

Please sign in to comment.