Browse Source

Merge branch 'master' of lhm/ich-android into master

李慧明 3 years ago
parent
commit
a8d85dff39
2 changed files with 7 additions and 1 deletions
  1. 6 0
      app/build.gradle
  2. 1 1
      gradle.properties

+ 6 - 0
app/build.gradle

@@ -13,6 +13,12 @@ android {
             keyAlias ALIAS_NAME
             keyPassword ALIAS_PASS
         }
+        debug {
+            storeFile file(KEY_PATH)
+            storePassword KEY_PASS
+            keyAlias ALIAS_NAME
+            keyPassword ALIAS_PASS
+        }
     }
 
     defaultConfig {

+ 1 - 1
gradle.properties

@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
 android.useAndroidX=true
 
 # signature
-KEY_PATH = H:/lhm/tools/ich-sign/ematou_key.jks
+KEY_PATH = /data/ich/sign_file/ematou_key.jks
 KEY_PASS = ematoupsd
 ALIAS_NAME = ematou
 ALIAS_PASS = ematoupsd