1
This commit is contained in:
@@ -10,14 +10,14 @@ android {
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
|
||||
// signingConfigs {
|
||||
// defaultSignature {
|
||||
//// keyAlias 'key0'
|
||||
//// keyPassword 'haotian'
|
||||
//// storeFile file('/Users/wangchun/Documents/MyData/project/xianyangwuye/HouseProperty/haotian.jks')
|
||||
//// storePassword 'haotian'
|
||||
// }
|
||||
// }
|
||||
signingConfigs {
|
||||
defaultSignature {
|
||||
keyAlias 'key0'
|
||||
keyPassword 'haotian'
|
||||
storeFile file('haotian.jks')
|
||||
storePassword 'haotian'
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
@@ -54,9 +54,9 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
// signingConfig signingConfigs.defaultSignature
|
||||
}
|
||||
// debug {
|
||||
// signingConfig signingConfigs.defaultSignature
|
||||
// }
|
||||
debug {
|
||||
signingConfig signingConfigs.defaultSignature
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -141,6 +141,7 @@ android {
|
||||
|
||||
implementation 'com.zhihu.android:matisse:0.5.2-beta2'
|
||||
implementation 'com.tencent.bugly:crashreport:latest.release' //其中latest.release指代最新Bugly SDK版本号,也可以指定明确的版本号,例如2.2.0
|
||||
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user