Files
Calendarr-Android/keystore.properties.example
2026-07-13 19:16:42 +02:00

10 lines
408 B
Plaintext

# Copy this file to "keystore.properties" (git-ignored) and fill in your real
# values to enable a signed release build: ./gradlew bundleRelease
#
# storeFile: ABSOLUTE path to your upload keystore (.jks). Keep the keystore and
# this filled-in file OUT of version control (both are git-ignored).
storeFile=/absolute/path/to/upload-keystore.jks
storePassword=CHANGE_ME
keyAlias=upload
keyPassword=CHANGE_ME