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
6018d79e
Commit
6018d79e
authored
Oct 12, 2019
by
konghaorui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 attrs 默认类型问题
parent
494c0d63
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
23 deletions
+29
-23
build.gradle
m-consultant/build.gradle
+8
-3
build.gradle
m-user/build.gradle
+6
-6
modular.gradle
m-user/modular.gradle
+2
-2
gradle.properties
ydl-platform/gradle.properties
+2
-2
attrs.xml
ydl-platform/src/main/res/values/attrs.xml
+3
-2
build.gradle
ydl-webview/build.gradle
+6
-6
gradle.properties
ydl-webview/gradle.properties
+2
-2
No files found.
m-consultant/build.gradle
View file @
6018d79e
...
...
@@ -58,8 +58,13 @@ dependencies {
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.2'
kapt
'com.alibaba:arouter-compiler:1.2.2'
api
'com.ydl:router:1.0.0-SNAPSHOT@aar'
implementation
modularPublication
(
'com.ydl:m-user-api'
)
api
project
(
":ydl-webview"
)
api
project
(
":ydl-platform"
)
//
implementation modularPublication('com.ydl:m-user-api')
//
api project(":ydl-webview")
//
api project(":ydl-platform")
compileOnly
'com.ydl:m-user-api:0.0.4'
api
'com.ydl:ydl-webview:0.0.5@aar'
api
(
'com.ydl:ydl-platform:0.0.7@aar'
)
{
transitive
=
true
}
}
m-user/build.gradle
View file @
6018d79e
...
...
@@ -70,10 +70,10 @@ dependencies {
implementation
"org.jetbrains.kotlin:kotlin-script-runtime:1.3.41"
compileOnly
'com.ydl:m-user-api:0.0.4'
api
'com.ydl:router:1.0.0-SNAPSHOT@aar'
// api 'com.ydl:ydl-webview:0.0.3
@aar'
// api('com.ydl:ydl-platform:0.0.5
@aar') {
//
transitive = true
//
}
api
project
(
':ydl-webview'
)
api
project
(
':ydl-platform'
)
api
'com.ydl:ydl-webview:0.0.5
@aar'
api
(
'com.ydl:ydl-platform:0.0.7
@aar'
)
{
transitive
=
true
}
//
api project(':ydl-webview')
//
api project(':ydl-platform')
}
m-user/modular.gradle
View file @
6018d79e
...
...
@@ -8,7 +8,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-user-module-xlzx"
// 上报的业务模块 aar 包的版本号
version
=
"0.0.
6
"
version
=
"0.0.
8
"
}
ydl
{
...
...
@@ -16,7 +16,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-user-module-ydl"
// 上报的业务模块 aar 包的版本号
version
=
"0.0.
6
"
version
=
"0.0.
8
"
}
}
...
...
ydl-platform/gradle.properties
View file @
6018d79e
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.5
\ No newline at end of file
VERSION_NAME
=
0.0.7
\ No newline at end of file
ydl-platform/src/main/res/values/attrs.xml
View file @
6018d79e
...
...
@@ -101,9 +101,10 @@
<enum
name=
"pa_circle"
value=
"0"
/>
<enum
name=
"pa_round"
value=
"1"
/>
</attr>
<declare-styleable
name=
"Platform_RoundImageView"
>
<attr
name=
"pa_borderRadius"
/>
<attr
name=
"pa_type"
/>
<attr
name=
"pa_borderRadius"
format=
"dimension"
/>
<attr
name=
"pa_type"
format=
"integer"
/>
</declare-styleable>
<!--九宫格解锁-->
...
...
ydl-webview/build.gradle
View file @
6018d79e
...
...
@@ -46,15 +46,15 @@ android {
}
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
//
compileOnly files('libs/tbs_sdk_thirdapp_163319.jar')
//
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly
files
(
'libs/tbs_sdk_thirdapp_163319.jar'
)
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt
'com.alibaba:arouter-compiler:1.2.2'
api
'com.ydl:m-user-api:0.0.4'
// api('com.ydl:ydl-platform:0.0.5
@aar') {
//
transitive = true
//
}
api
project
(
':ydl-platform'
)
api
(
'com.ydl:ydl-platform:0.0.7
@aar'
)
{
transitive
=
true
}
//
api project(':ydl-platform')
}
ydl-webview/gradle.properties
View file @
6018d79e
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.3
\ No newline at end of file
VERSION_NAME
=
0.0.5
\ No newline at end of file
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