Browse Source

增加签名

root 1 year ago
parent
commit
e1568669a7
2 changed files with 8 additions and 0 deletions
  1. BIN
      app/YellowPages.jks
  2. 8 0
      app/build.gradle

BIN
app/YellowPages.jks


+ 8 - 0
app/build.gradle

@@ -3,6 +3,14 @@ apply plugin: 'com.android.application'
 android {
 android {
     compileSdkVersion 33
     compileSdkVersion 33
 
 
+    signingConfigs {
+        release {
+            storeFile file('YellowPages.jks')
+            storePassword 'MrjAaNt5'
+            keyAlias 'key0'
+            keyPassword 'MrjAaNt5'
+        }
+    }
     defaultConfig {
     defaultConfig {
         applicationId "me.yoqi.android.yellowpage"
         applicationId "me.yoqi.android.yellowpage"
         minSdkVersion 16
         minSdkVersion 16