詹子聪 vor 5 Jahren
Ursprung
Commit
18b1db5f1c
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/build.gradle
  2. 0 0
      app/commonkey

+ 1 - 1
app/build.gradle

@@ -4,7 +4,7 @@ apply plugin: 'realm-android'
 android {
 android {
     signingConfigs {
     signingConfigs {
         release {
         release {
-            storeFile file('E:\\private_projects\\shiwushu\\commonkey')
+            storeFile file('commonkey')
             storePassword 'away6899458'
             storePassword 'away6899458'
             keyAlias = 'sz'
             keyAlias = 'sz'
             keyPassword 'away6899458'
             keyPassword 'away6899458'

commonkey → app/commonkey