Commit e6d3f330 by konghaorui

升级umeng版本

parent 96c33044
......@@ -121,7 +121,9 @@ public class DemoAppLifecycles implements IAppLifecycles {
PlatformConfig.setQQZone("1107931541", "8dCvxUpi525uPGTJ");
}
MobclickAgent.setScenarioType(application, MobclickAgent.EScenarioType.E_DUM_NORMAL);
// MobclickAgent.setScenarioType(application, MobclickAgent.EScenarioType.E_DUM_NORMAL);
// 选用AUTO页面采集模式
MobclickAgent.setPageCollectionMode(MobclickAgent.PageMode.AUTO);
MobclickAgent.setCatchUncaughtExceptions(!BuildConfig.DEBUG);
//开启友盟集成测试
......
......@@ -33,7 +33,8 @@ buildscript {
password "fjoi#1+#@"
}
}
//Umeng sdk maven 地址
maven { url 'https://dl.bintray.com/umsdk/release' }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven {
......@@ -80,6 +81,8 @@ allprojects {
password "fjoi#1+#@"
}
}
//Umeng sdk maven 地址
maven { url 'https://dl.bintray.com/umsdk/release' }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
// maven { url'http://developer.huawei.com/repo/' }
maven { url "https://jitpack.io" }
......
......@@ -232,13 +232,17 @@ ext {
"BaseRecyclerViewAdapterHelper": "com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34",
"flowlayout" : "cn.lankton:flowlayout:3.1.0",
"androidanimations" : "com.daimajia.androidanimations:library:2.3@aar",
"umeng-common" : "com.umeng.sdk:common:1.5.1",
"umeng-analytics" : "com.umeng.sdk:analytics:7.5.1",
"umeng-share-core" : "com.umeng.sdk:share-core:6.9.1",
"umeng-share-qq" : "com.umeng.sdk:share-qq:6.9.1.1",
"umeng-share-wechat" : "com.umeng.sdk:share-wechat:6.9.1",
"umeng-shareboard" : "com.umeng.sdk:shareboard-widget:6.9.1",
"umeng-debug" : "com.umeng.sdk:debug:1.0.0",
//友盟统计
"umeng-common" : "com.umeng.umsdk:common:2.1.0",
"umeng-analytics" : "com.umeng.umsdk:analytics:8.1.4",
//友盟社会化分享
"umeng-share-core" : "com.umeng.umsdk:share-core:6.9.6",
"umeng-share-qq" : "com.umeng.umsdk:share-qq:6.9.6",
"umeng-share-wechat" : "com.umeng.umsdk:share-wx:6.9.6",
//分享面板
"umeng-shareboard" : "com.umeng.umsdk:share-board:6.9.6",
//删除集成调试库,其功能合并到umeng基础组件库。
//"umeng-debug" : "com.umeng.sdk:debug:1.0.0",
"tablayout" : "com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar",
"stetho" : "com.facebook.stetho:stetho:1.5.0",
"stetho-okhttp3" : "com.facebook.stetho:stetho-okhttp3:1.4.1",
......
......@@ -150,7 +150,6 @@ dependencies {
api rootProject.ext.dependencies["umeng-share-qq"]
api rootProject.ext.dependencies["umeng-share-wechat"]
api rootProject.ext.dependencies["umeng-shareboard"]
api rootProject.ext.dependencies["umeng-debug"]
api rootProject.ext.dependencies["stetho"]
api rootProject.ext.dependencies["stetho-okhttp3"]
api rootProject.ext.dependencies["bugly-crashreport"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment