10 lines
260 B
Bash
10 lines
260 B
Bash
# Punktfunk Android Release Secrets
|
|
# Copy this file to .env and fill in the values.
|
|
# DO NOT COMMIT THE .env FILE!
|
|
|
|
RELEASE_KEYSTORE_FILE=../punktfunk-release.jks
|
|
RELEASE_KEYSTORE_PASSWORD=
|
|
RELEASE_KEY_ALIAS=punktfunk-key
|
|
RELEASE_KEY_PASSWORD=
|
|
VERSION_CODE=1
|