FunyMeeAI/android/key.properties.example

14 lines
543 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 复制为 key.properties 后填写key.properties 已加入 .gitignore勿提交。
# debug.storeFile 路径相对于 android/ 目录release.storeFile 可为绝对路径。
debug.storeFile=debug.keystore
debug.storePassword=你的store密码
debug.keyAlias=androiddebugkey
debug.keyPassword=你的key密码
# 正式版 / Play 上架(可选;未配置时 release 构建仍使用 debug 签名)
# release.storeFile=/absolute/or/relative/path/to/release.keystore
# release.storePassword=
# release.keyAlias=
# release.keyPassword=