Commit fd632b1d by 霍志良

feat:升级友盟分享SDK--适配安卓11--支持通过FileProvider方式分享

parent 9536c194
...@@ -33,7 +33,7 @@ ext { ...@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.39.80", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.35",
...@@ -114,7 +114,7 @@ ext { ...@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.39.80", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.35",
...@@ -125,8 +125,7 @@ ext { ...@@ -125,8 +125,7 @@ ext {
//以下 几乎不会动 //以下 几乎不会动
"router" : "0.0.1", "router" : "0.0.1",
"ydl-net" : "0.0.3.1", "ydl-net" : "0.0.3.1","ydl-utils" : "0.0.3.1",
"ydl-utils" : "0.0.3.1",
] ]
dependencies = [ dependencies = [
...@@ -232,14 +231,17 @@ ext { ...@@ -232,14 +231,17 @@ ext {
"flowlayout" : "cn.lankton:flowlayout:3.1.0", "flowlayout" : "cn.lankton:flowlayout:3.1.0",
"androidanimations" : "com.daimajia.androidanimations:library:2.3@aar", "androidanimations" : "com.daimajia.androidanimations:library:2.3@aar",
//友盟统计 //友盟统计
"umeng-common" : "com.umeng.umsdk:common:2.1.0", "umeng-common" : "com.umeng.umsdk:common:9.3.3",
"umeng-analytics" : "com.umeng.umsdk:analytics:8.1.4", "umeng-asms" :"com.umeng.umsdk:asms:1.1.4",
//友盟社会化分享 //友盟社会化分享
"umeng-share-core" : "com.umeng.umsdk:share-core:6.9.6", "umeng-share-core" : "com.umeng.umsdk:share-core:7.1.4",
"umeng-share-qq" : "com.umeng.umsdk:share-qq:6.9.6", "umeng-share-qq" : "com.umeng.umsdk:share-qq:7.1.4",
"umeng-share-wechat" : "com.umeng.umsdk:share-wx:6.9.6", "umeng-share-wechat" : "com.umeng.umsdk:share-wx:7.1.4",
//分享面板 //分享面板
"umeng-shareboard" : "com.umeng.umsdk:share-board:6.9.6", "umeng-shareboard" : "com.umeng.umsdk:share-board:7.1.4",
"umeng-wx-guanfang" : "com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.6.5",
"umeng-qq-guanfang" : "com.tencent.tauth:qqopensdk:3.51.2",
//删除集成调试库,其功能合并到umeng基础组件库。 //删除集成调试库,其功能合并到umeng基础组件库。
//"umeng-debug" : "com.umeng.sdk:debug:1.0.0", //"umeng-debug" : "com.umeng.sdk:debug:1.0.0",
"tablayout" : "com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar", "tablayout" : "com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar",
......
...@@ -146,11 +146,13 @@ dependencies { ...@@ -146,11 +146,13 @@ dependencies {
api rootProject.ext.dependencies["jcore"] api rootProject.ext.dependencies["jcore"]
api rootProject.ext.dependencies["eventbus"] api rootProject.ext.dependencies["eventbus"]
api rootProject.ext.dependencies["umeng-common"] api rootProject.ext.dependencies["umeng-common"]
api rootProject.ext.dependencies["umeng-analytics"] api rootProject.ext.dependencies["umeng-asms"]
api rootProject.ext.dependencies["umeng-share-core"] api rootProject.ext.dependencies["umeng-share-core"]
api rootProject.ext.dependencies["umeng-share-qq"] api rootProject.ext.dependencies["umeng-share-qq"]
api rootProject.ext.dependencies["umeng-share-wechat"] api rootProject.ext.dependencies["umeng-share-wechat"]
api rootProject.ext.dependencies["umeng-shareboard"] api rootProject.ext.dependencies["umeng-shareboard"]
api rootProject.ext.dependencies["umeng-wx-guanfang"]
api rootProject.ext.dependencies["umeng-qq-guanfang"]
api rootProject.ext.dependencies["stetho"] api rootProject.ext.dependencies["stetho"]
api rootProject.ext.dependencies["stetho-okhttp3"] api rootProject.ext.dependencies["stetho-okhttp3"]
api rootProject.ext.dependencies["bugly-crashreport"] 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