chore: 更新构建配置和依赖
- 更新app/build.gradle.kts构建配置 - 更新libs.versions.toml版本配置 - 更新.gitignore忽略规则 - 新增keystore.properties.template模板文件
This commit is contained in:
20
app-android/keystore.properties.template
Normal file
20
app-android/keystore.properties.template
Normal file
@@ -0,0 +1,20 @@
|
||||
# 签名配置文件模板
|
||||
#
|
||||
# 使用说明:
|
||||
# 1. 复制此文件并重命名为 keystore.properties
|
||||
# 2. 修改下面的配置项为你的实际值
|
||||
# 3. 不要将 keystore.properties 提交到版本控制!
|
||||
#
|
||||
# 注意:密钥库文件(.jks)和此配置文件都应该保密,不要公开分享
|
||||
|
||||
# 密钥库文件路径(相对于 app 目录或绝对路径)
|
||||
storeFile=../release-keystore.jks
|
||||
|
||||
# 密钥库密码
|
||||
storePassword=your_keystore_password
|
||||
|
||||
# 密钥别名
|
||||
keyAlias=suiyueshishu
|
||||
|
||||
# 密钥密码
|
||||
keyPassword=your_key_password
|
||||
Reference in New Issue
Block a user