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
fefe46ba
Commit
fefe46ba
authored
Jul 18, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agp7.1.3,kotlin 1.6.10
parent
3ec3d15c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
34 deletions
+13
-34
build.gradle
build.gradle
+11
-19
config.gradle
config.gradle
+0
-13
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
settings.gradle
settings.gradle
+1
-1
No files found.
build.gradle
View file @
fefe46ba
...
...
@@ -3,7 +3,7 @@ apply from: "config.gradle"
buildscript
{
ext
{
kotlin_version
=
'1.
5
.10'
kotlin_version
=
'1.
6
.10'
support_version
=
'26.1.0'
minSdkVersion
=
21
targetSdkVersion
=
28
...
...
@@ -14,51 +14,43 @@ buildscript {
ydlrouter_version
=
'1.2.3'
constrait_support_version
=
'1.0.2'
ydlVersion
=
'0.0.0.0-a'
moduleVersion
=
'0.0.0.0-b'
apiVersion
=
"a.b.c"
componentVersion
=
"a.b.c"
}
repositories
{
maven
{
url
'http://nexus.yidianling.com/repository/android/'
credentials
{
username
"admin"
password
"fjoi#1+#@"
}
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
mavenCentral
()
google
()
mavenLocal
()
// maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies
{
classpath
'com.android.tools.build:gradle:
4.2.2
'
classpath
'com.android.tools.build:gradle:
7.1.3
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects
{
p
->
if
(
p
.
path
.
startsWith
(
":ydl-"
))
{
p
.
version
=
ydl
Version
p
.
version
=
component
Version
}
if
(
p
.
path
.
startsWith
(
":m-"
))
{
p
.
version
=
module
Version
p
.
version
=
component
Version
}
if
(
p
.
path
.
startsWith
(
":api:"
))
{
p
.
version
=
api
Version
p
.
version
=
component
Version
}
repositories
{
//壹点灵android maven私服 开发版
maven
{
url
'http://nexus.yidianling.com/repository/android/'
allowInsecureProtocol
true
credentials
{
username
"admin"
password
"fjoi#1+#@"
}
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
mavenCentral
()
google
()
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
allowInsecureProtocol
true
}
mavenLocal
()
}
}
...
...
config.gradle
View file @
fefe46ba
...
...
@@ -175,22 +175,9 @@ ext {
"ydl-hnet"
:
"com.ydl:h-net:0.0.8"
,
"ydl-user-router"
:
"com.ydl:router:1.0.0-SNAPSHOT@aar"
,
"ydl-device"
:
"com.ydl:device-id:0.0.31"
,
"ydl-net"
:
"com.ydl:ydl-net:${ydlVersion}"
,
"ydl-utils"
:
"com.ydl:ydl-utils:${ydlVersion}"
,
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter-base"
:
"com.ydl:ydl-flutter-base:${ydlVersion}"
,
//组件化项目中的flutter base模块
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.51@aar"
,
//flutter aar
// "ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlVersion}"
,
"ydl-tuicore"
:
"com.ydl:ydl-tuicore:${ydlPublishVersion["
ydl
-
tuicore
"]}"
,
//功能组件 <<--- 再发这些,发完改这里的版本号
"ydl-webview"
:
"com.ydl:ydl-webview:${ydlVersion}"
,
"ydl-media"
:
"com.ydl:ydl-media:${ydlVersion}"
,
"ydl-pay"
:
"com.ydl:ydl-pay:${ydlVersion}"
,
"m-audioim"
:
"com.ydl:m-audioim:${ydlVersion}"
,
]
}
gradle/wrapper/gradle-wrapper.properties
View file @
fefe46ba
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
6.7.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.2
-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
settings.gradle
View file @
fefe46ba
...
...
@@ -3,6 +3,6 @@ include ':app',
':ydl-platform'
,
':ydl-webview'
,
':ydl-pay'
,
':m-home'
,
'ydl-resource'
,
':m-home'
,
':m-consultant'
,
':m-muse'
,
':m-fm'
,
':m-tests'
,
":m-course"
,
":m-im"
,
":m-dynamic"
,
"
m-article"
,
"m-audioim"
,
"m-user"
,
"
m-confide"
":m-im"
,
":m-dynamic"
,
"
:m-article"
,
":m-audioim"
,
":m-user"
,
":
m-confide"
include
':ydl-tuicore'
,
':api:confide'
,
':api:dynamic'
,
':api:fm'
,
':api:consultant'
,
':api:course'
,
':api:user'
,
':api:tests'
,
':api:im'
,
':api:home'
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