上传签名文件和签名配置文件
This commit is contained in:
parent
9caadfb09a
commit
4206bd69b0
6
android/.gitignore
vendored
6
android/.gitignore
vendored
@ -9,6 +9,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=now_wallpaper
|
||||
storeFile=../now_wallpaper.jks
|
||||
BIN
android/now_wallpaper.jks
Normal file
BIN
android/now_wallpaper.jks
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user