Browse Source

增加签名

root 1 year ago
parent
commit
6a1a881b7e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      android/app/build.gradle

+ 9 - 0
android/app/build.gradle

@@ -5,6 +5,15 @@ configurations.all {
 }
 }
 android {
 android {
     compileSdkVersion 30
     compileSdkVersion 30
+
+    signingConfigs {
+        release {
+            storeFile file('LiZiHelper.jks')
+            storePassword 'dQxdTrha'
+            keyAlias 'key0'
+            keyPassword 'dQxdTrha'
+        }
+    }
     defaultConfig {
     defaultConfig {
         applicationId "me.yoqi.app.lizihelper"
         applicationId "me.yoqi.app.lizihelper"
         minSdkVersion 16
         minSdkVersion 16