上传android签名
This commit is contained in:
parent
8d4cec0230
commit
0a5a8eb4ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
6
android/.gitignore
vendored
@ -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
4
android/key.properties
Normal file
@ -0,0 +1,4 @@
|
||||
storePassword=123456
|
||||
keyPassword=123456
|
||||
keyAlias=trans_lark
|
||||
storeFile=../trans_lark.jks
|
||||
BIN
android/trans_lark.jks
Normal file
BIN
android/trans_lark.jks
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user