Browse Source

增加签名

root 7 months ago
parent
commit
3a41902190
2 changed files with 10 additions and 0 deletions
  1. BIN
      app/365MobileSecretary.jks
  2. 10 0
      app/build.gradle

BIN
app/365MobileSecretary.jks


+ 10 - 0
app/build.gradle

@@ -4,10 +4,20 @@ android {
     compileSdkVersion 33
     useLibrary 'org.apache.http.legacy'
 
+    signingConfigs {
+        release {
+            storeFile file('365MobileSecretary.jks')
+            storePassword 'LH5luZP5'
+            keyAlias 'key0'
+            keyPassword 'LH5luZP5'
+        }
+    }
+
     defaultConfig {
         applicationId "me.yoqi.mobile.safe"
         minSdkVersion 8
         targetSdkVersion 29
+        signingConfig signingConfigs.debug
     }
 
     buildTypes {