|
|
@@ -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 {
|
|
|
}
|
|
|
}
|
|
|
}
|