Browse Source

add so files handler by arisono

Arison 9 years ago
parent
commit
ba4e70f10f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      WeiChat/build.gradle

+ 1 - 2
WeiChat/build.gradle

@@ -13,7 +13,7 @@ android {
     }
     signingConfigs {
         config {
-            storeFile file('E:/CompanyProject/applicationsignname[20150409]')
+            storeFile file('C:/Users/Arison/Desktop/applicationsignname[20150409]')
             storePassword '13237658359'
             keyAlias 'jie-20150409'
             keyPassword '13237658359'
@@ -126,7 +126,6 @@ dependencies {
     debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
     androidTestCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
     compile files('libs/pushservice-4.5.5.77.jar')
-
     compile 'se.emilsjolander:stickylistheaders:2.7.0'
     compile project(':library-refreshlayout')
 }