mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Add Google Play Publisher plugin and Play Store assets
This commit is contained in:
16
.secret/decrypt.sh
Executable file
16
.secret/decrypt.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
if [ -z "$GPG_PASSWORD" ]; then
|
||||
echo Env variable GPG_PASSWORD must be defined
|
||||
exit 1
|
||||
fi
|
||||
for file in gcp-key.json keystore.jks gradle.properties env; do
|
||||
gpg \
|
||||
--quiet \
|
||||
--batch \
|
||||
--yes \
|
||||
--decrypt \
|
||||
--passphrase="$GPG_PASSWORD" \
|
||||
--output $file \
|
||||
$file.gpg
|
||||
done
|
||||
BIN
.secret/env.gpg
Normal file
BIN
.secret/env.gpg
Normal file
Binary file not shown.
BIN
.secret/gcp-key.json.gpg
Normal file
BIN
.secret/gcp-key.json.gpg
Normal file
Binary file not shown.
1
.secret/gradle.properties.gpg
Normal file
1
.secret/gradle.properties.gpg
Normal file
@@ -0,0 +1 @@
|
||||
<EFBFBD>
|
||||
BIN
.secret/keystore.jks.gpg
Normal file
BIN
.secret/keystore.jks.gpg
Normal file
Binary file not shown.
Reference in New Issue
Block a user