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
e06cb7e9
Commit
e06cb7e9
authored
Jun 24, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
im升级,users依赖resource
parent
f2c34448
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
api/im/build.gradle
+1
-1
build.gradle
app/build.gradle
+1
-1
config.gradle
config.gradle
+1
-1
build.gradle
m-user/build.gradle
+1
-1
No files found.
api/im/build.gradle
View file @
e06cb7e9
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../maven_push_api.gradle"
version
=
'1.0.
1
'
version
=
'1.0.
2
'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
...
...
app/build.gradle
View file @
e06cb7e9
...
...
@@ -182,7 +182,7 @@ dependencies {
implementation
(
rootProject
.
ext
.
dependencies
[
"appcompat-v7"
])
testImplementation
'junit:junit:4.13.2'
androidTestImplementation
'androidx.test.ext:junit:1.1.2'
// implementation "com.ydl.aar:resource:0.0.1-xlzx
"
implementation
"com.ydl.aar:resource:0.0.1-ydl
"
// kapt rootProject.ext.dependencies["dagger2-compiler"]
implementation
(
rootProject
.
ext
.
dependencies
[
"design"
])
...
...
config.gradle
View file @
e06cb7e9
...
...
@@ -232,7 +232,7 @@ ext {
"ydl-m-user-api"
:
"com.ydl:m-user-api:1.0.0"
,
"ydl-m-fm-api"
:
"com.ydl:m-fm-api:1.0.0"
,
"ydl-m-tests-api"
:
"com.ydl:m-tests-api:1.0.0"
,
"ydl-m-im-api"
:
"com.ydl:m-im-api:1.0.
1
"
,
"ydl-m-im-api"
:
"com.ydl:m-im-api:1.0.
2
"
,
"ydl-m-home-api"
:
"com.ydl:m-home-api:${ydlPublishVersion["
m
-
home
-
api
"]}"
,
"ydl-m-consultant-api"
:
"com.ydl:m-consultant-api:1.0.0"
,
"ydl-m-dynamic-api"
:
"com.ydl:m-dynamic-api:1.0.0"
,
...
...
m-user/build.gradle
View file @
e06cb7e9
...
...
@@ -52,7 +52,7 @@ dependencies {
kapt
'com.alibaba:arouter-compiler:1.2.2'
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly
"com.ydl.aar:resource:0.0.1-ydl"
implementation
"com.ydl.aar:resource:0.0.1-ydl"
api
rootProject
.
ext
.
dependencies
[
"ydl-user-router"
]
if
(
rootProject
.
ext
.
dev_mode
){
//开发时使用
...
...
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