Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
fd632b1d
Commit
fd632b1d
authored
Feb 22, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:升级友盟分享SDK--适配安卓11--支持通过FileProvider方式分享
parent
9536c194
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
config.gradle
config.gradle
+12
-10
build.gradle
ydl-platform/build.gradle
+3
-1
No files found.
config.gradle
View file @
fd632b1d
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.8
0
"
,
"ydl-platform"
:
"0.0.39.8
3
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.35"
,
...
...
@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.8
0
"
,
"ydl-platform"
:
"0.0.39.8
3
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.35"
,
...
...
@@ -125,8 +125,7 @@ ext {
//以下 几乎不会动
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.1"
,
"ydl-utils"
:
"0.0.3.1"
,
"ydl-net"
:
"0.0.3.1"
,
"ydl-utils"
:
"0.0.3.1"
,
]
dependencies
=
[
...
...
@@ -232,14 +231,17 @@ ext {
"flowlayout"
:
"cn.lankton:flowlayout:3.1.0"
,
"androidanimations"
:
"com.daimajia.androidanimations:library:2.3@aar"
,
//友盟统计
"umeng-common"
:
"com.umeng.umsdk:common:
2.1.0
"
,
"umeng-a
nalytics"
:
"com.umeng.umsdk:analytics:8
.1.4"
,
"umeng-common"
:
"com.umeng.umsdk:common:
9.3.3
"
,
"umeng-a
sms"
:
"com.umeng.umsdk:asms:1
.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-share-core"
:
"com.umeng.umsdk:share-core:
7.1.4
"
,
"umeng-share-qq"
:
"com.umeng.umsdk:share-qq:
7.1.4
"
,
"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-debug" : "com.umeng.sdk:debug:1.0.0",
"tablayout"
:
"com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar"
,
...
...
ydl-platform/build.gradle
View file @
fd632b1d
...
...
@@ -146,11 +146,13 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"jcore"
]
api
rootProject
.
ext
.
dependencies
[
"eventbus"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-common"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-a
nalytic
s"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-a
sm
s"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-share-core"
]
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-wx-guanfang"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-qq-guanfang"
]
api
rootProject
.
ext
.
dependencies
[
"stetho"
]
api
rootProject
.
ext
.
dependencies
[
"stetho-okhttp3"
]
api
rootProject
.
ext
.
dependencies
[
"bugly-crashreport"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment