上传android签名

This commit is contained in:
fengshengxiong 2024-07-17 11:36:42 +08:00
parent 8d4cec0230
commit 0a5a8eb4ea
4 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -72,7 +72,7 @@ unlinked_spec.ds
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/key.properties
#**/android/key.properties
#*.jks
# iOS/XCode related

6
android/.gitignore vendored
View File

@ -8,6 +8,6 @@ GeneratedPluginRegistrant.java
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
**/*.keystore
**/*.jks
#key.properties
#**/*.keystore
#**/*.jks

4
android/key.properties Normal file
View File

@ -0,0 +1,4 @@
storePassword=123456
keyPassword=123456
keyAlias=trans_lark
storeFile=../trans_lark.jks

BIN
android/trans_lark.jks Normal file

Binary file not shown.