瀏覽代碼

fix: 添加key

hwh97 5 年之前
父節點
當前提交
efccafded4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      example/android/app/build.gradle
  2. 二進制
      example/android/app/my_test_key.jks

+ 2 - 2
example/android/app/build.gradle

@@ -40,7 +40,7 @@ android {
         debug {
             v1SigningEnabled true
             v2SigningEnabled true
-            storeFile file('C:\\Users\\Administrator\\Desktop\\my_test_key.jks')
+            storeFile file('my_test_key.jks')
             storePassword '123456'
             keyAlias 'key0'
             keyPassword '123456'
@@ -49,7 +49,7 @@ android {
         release {
             v1SigningEnabled true
             v2SigningEnabled true
-            storeFile file('C:\\Users\\Administrator\\Desktop\\my_test_key.jks')
+            storeFile file('my_test_key.jks')
             storePassword '123456'
             keyAlias 'key0'
             keyPassword '123456'

二進制
example/android/app/my_test_key.jks