上传签名文件和签名配置文件

This commit is contained in:
fengshengxiong 2024-05-17 17:20:24 +08:00
parent 9caadfb09a
commit 4206bd69b0
3 changed files with 7 additions and 3 deletions

6
android/.gitignore vendored
View File

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

4
android/key.properties Normal file
View File

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

BIN
android/now_wallpaper.jks Normal file

Binary file not shown.