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
d598765a
Commit
d598765a
authored
Aug 12, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 友盟升级、版本统一
parent
5e2fb2d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+2
-2
build.gradle
m-confide/build.gradle
+1
-1
build.gradle
m-consultant/build.gradle
+1
-1
build.gradle
m-im/build.gradle
+1
-1
No files found.
config.gradle
View file @
d598765a
...
...
@@ -131,8 +131,8 @@ ext {
"flowlayout"
:
"cn.lankton:flowlayout:3.1.0"
,
"androidanimations"
:
"com.daimajia.androidanimations:library:2.3@aar"
,
//友盟统计
"umeng-common"
:
"com.umeng.umsdk:common:9.
3.8
"
,
"umeng-asms"
:
"com.umeng.umsdk:asms:1.
2.2
"
,
"umeng-common"
:
"com.umeng.umsdk:common:9.
4.4
"
,
"umeng-asms"
:
"com.umeng.umsdk:asms:1.
4.1
"
,
//友盟社会化分享
"umeng-share-core"
:
"com.umeng.umsdk:share-core:7.1.4"
,
"umeng-share-qq"
:
"com.umeng.umsdk:share-qq:7.1.4"
,
...
...
m-confide/build.gradle
View file @
d598765a
...
...
@@ -52,7 +52,7 @@ android {
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
'androidx.appcompat:appcompat:1.
0
.0'
implementation
'androidx.appcompat:appcompat:1.
2
.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.0'
...
...
m-consultant/build.gradle
View file @
d598765a
...
...
@@ -39,7 +39,7 @@ android {
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
'androidx.appcompat:appcompat:1.
0
.0'
implementation
'androidx.appcompat:appcompat:1.
2
.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.1.0'
...
...
m-im/build.gradle
View file @
d598765a
...
...
@@ -51,7 +51,7 @@ android {
dependencies
{
api
fileTree
(
dir:
'libs'
,
include:
[
'*.aar'
,
'*.jar'
])
implementation
'androidx.appcompat:appcompat:1.
0
.0'
implementation
'androidx.appcompat:appcompat:1.
2
.0'
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt
'com.alibaba:arouter-compiler:1.2.2'
implementation
'com.ydl:nim-base:1.1.0.7'
...
...
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