Browse Source

增加签名

root 1 year ago
parent
commit
359627430a
2 changed files with 10 additions and 0 deletions
  1. BIN
      app/Calculator.jks
  2. 10 0
      app/build.gradle

BIN
app/Calculator.jks


+ 10 - 0
app/build.gradle

@@ -7,6 +7,16 @@ def version = cmd2.execute().text.trim()
 
 
 android {
 android {
     compileSdkVersion 33
     compileSdkVersion 33
+
+    signingConfigs {
+        release {
+            storeFile file('Calculator.jks')
+            storePassword 'hrZSsDXk'
+            keyAlias 'key0'
+            keyPassword 'hrZSsDXk'
+        }
+    }
+
     defaultConfig {
     defaultConfig {
         applicationId "me.yoqi.calculator"
         applicationId "me.yoqi.calculator"
         minSdkVersion 21
         minSdkVersion 21