Przeglądaj źródła

若干修改!

Arison 9 lat temu
rodzic
commit
8929904565
1 zmienionych plików z 2 dodań i 8 usunięć
  1. 2 8
      WeiChat/build.gradle

+ 2 - 8
WeiChat/build.gradle

@@ -3,12 +3,7 @@ apply plugin: 'com.getkeepsafe.dexcount'
 
 android {
     signingConfigs {
-        config {
-            keyPassword '13237658359'
-            storeFile file('D:/config/applicationsignname[20150409]')
-            storePassword '13237658359'
-            keyAlias 'jie-20150409'
-        }
+        
     }
     compileSdkVersion 22
     buildToolsVersion "22.0.1"
@@ -31,8 +26,7 @@ android {
             minifyEnabled false
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
         }
-      debug {
-            signingConfig signingConfigs.config
+        debug {
         }
     }
 }