Skip to content

Commit

Permalink
chore: Use md5 as key hash
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Nov 25, 2017
1 parent 8eaf583 commit 9db7605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: ./gradlew lint test
- run:
name: Decrypting Signing Key
command: openssl aes-256-cbc -d -in app/sign.enc -out app/sign.jks -k $ENCRYPTION_KEY
command: openssl aes-256-cbc -d -in app/sign.enc -out app/sign.jks -k $ENCRYPTION_KEY -md md5
- run:
name: Building Release App
command: ./gradlew assembleRelease
Expand Down
Binary file modified app/sign.enc
Binary file not shown.

0 comments on commit 9db7605

Please sign in to comment.