Skip to content

Commit

Permalink
HPYCLIENT-49
Browse files Browse the repository at this point in the history
  • Loading branch information
happyntec committed Nov 3, 2021
1 parent b55a032 commit 06078b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion happynet/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ android {
}

signingConfigs {
debug {}
debug {
storeFile file("happynet.jks")
storePassword getEnvOrConsole("HAPPYNET", "Keystore password")
keyAlias "happynet"
keyPassword getEnvOrConsole("HAPPYNET_KEYPWD", "Key password")
}

release {
storeFile file("happynet.jks")
Expand Down

0 comments on commit 06078b3

Please sign in to comment.