Browse Source

fix: 添加key

hwh97 5 years ago
parent
commit
efccafded4
2 changed files with 2 additions and 2 deletions
  1. 2 2
      example/android/app/build.gradle
  2. BIN
      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'

BIN
example/android/app/my_test_key.jks