Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGanxin committed Feb 22, 2017
1 parent 1279396 commit c427cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
23 changes: 5 additions & 18 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {

debug {
minifyEnabled
signingConfig signingConfigs.release //签名配置
//signingConfig signingConfigs.release //签名配置
}

release {
Expand All @@ -75,12 +75,11 @@ android {
}

productFlavors {
official{}
bugly {}
github {}
baidu {}
_360mobile {}
wandoujia {}
xiaomi {}
tencent {}
coolapk {}
}

productFlavors.all { flavor ->
Expand Down Expand Up @@ -110,20 +109,8 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
// Bugly Upgrade SDK
compile 'com.tencent.bugly:crashreport_upgrade:latest.release'
//LeadCloud
//LeanCloud
compile 'cn.leancloud.android:avoscloud-sdk:v3.+'
// 基础包
compile 'cn.leancloud.android:avoscloud-statistics:v3.+'
// 统计包
compile 'cn.leancloud.android:avoscloud-feedback:v3.+@aar'
// 用户反馈包
compile files('libs/SocialSDK_QQ_Simplify.jar')
compile files('libs/SocialSDK_Sina_Simplify.jar')
compile files('libs/SocialSDK_WeChat_Simplify.jar')
compile files('libs/umeng_shareboard_widget.jar')
compile files('libs/umeng_social_api.jar')
compile files('libs/umeng_social_net.jar')
compile files('libs/umeng_social_shareboard.jar')
compile files('libs/umeng_social_shareview.jar')
compile files('libs/umeng_social_tool.jar')
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ private void initUmengShare() {
PlatformConfig.setWeixin(ConstantValues.WECHAT_ID, ConstantValues.WECHAT_SECRET);
PlatformConfig.setSinaWeibo(ConstantValues.SINA_KEY,ConstantValues.SINA_SECRET);
PlatformConfig.setQQZone(ConstantValues.TENCENT_ID,ConstantValues.TENCENT_SECRET);
UMShareAPI.get(appContext);
Config.REDIRECT_URL = ConstantValues.SINA_REDIRECT_URL;
Config.DEBUG=BuildConfig.DEBUG;
Config.isJumptoAppStore=true;
Expand Down

0 comments on commit c427cfd

Please sign in to comment.