Commit 6018d79e by konghaorui

修复 attrs 默认类型问题

parent 494c0d63
...@@ -58,8 +58,13 @@ dependencies { ...@@ -58,8 +58,13 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
kapt 'com.alibaba:arouter-compiler:1.2.2' kapt 'com.alibaba:arouter-compiler:1.2.2'
api'com.ydl:router:1.0.0-SNAPSHOT@aar' api'com.ydl:router:1.0.0-SNAPSHOT@aar'
implementation modularPublication('com.ydl:m-user-api') // implementation modularPublication('com.ydl:m-user-api')
api project(":ydl-webview") // api project(":ydl-webview")
api project(":ydl-platform") // 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
}
} }
...@@ -70,10 +70,10 @@ dependencies { ...@@ -70,10 +70,10 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-script-runtime:1.3.41" implementation "org.jetbrains.kotlin:kotlin-script-runtime:1.3.41"
compileOnly 'com.ydl:m-user-api:0.0.4' compileOnly 'com.ydl:m-user-api:0.0.4'
api'com.ydl:router:1.0.0-SNAPSHOT@aar' api'com.ydl:router:1.0.0-SNAPSHOT@aar'
// api 'com.ydl:ydl-webview:0.0.3@aar' api 'com.ydl:ydl-webview:0.0.5@aar'
// api('com.ydl:ydl-platform:0.0.5@aar') { api('com.ydl:ydl-platform:0.0.7@aar') {
// transitive = true transitive = true
// } }
api project(':ydl-webview') // api project(':ydl-webview')
api project(':ydl-platform') // api project(':ydl-platform')
} }
...@@ -8,7 +8,7 @@ modular { ...@@ -8,7 +8,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-user-module-xlzx" artifactId = "m-user-module-xlzx"
// 上报的业务模块 aar 包的版本号 // 上报的业务模块 aar 包的版本号
version = "0.0.6" version = "0.0.8"
} }
ydl{ ydl{
...@@ -16,7 +16,7 @@ modular { ...@@ -16,7 +16,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-user-module-ydl" artifactId = "m-user-module-ydl"
// 上报的业务模块 aar 包的版本号 // 上报的业务模块 aar 包的版本号
version = "0.0.6" version = "0.0.8"
} }
} }
......
IS_PUBLISH=true IS_PUBLISH=true
VERSION_NAME=0.0.5 VERSION_NAME=0.0.7
\ No newline at end of file \ No newline at end of file
...@@ -101,9 +101,10 @@ ...@@ -101,9 +101,10 @@
<enum name="pa_circle" value="0" /> <enum name="pa_circle" value="0" />
<enum name="pa_round" value="1" /> <enum name="pa_round" value="1" />
</attr> </attr>
<declare-styleable name="Platform_RoundImageView"> <declare-styleable name="Platform_RoundImageView">
<attr name="pa_borderRadius" /> <attr name="pa_borderRadius" format="dimension" />
<attr name="pa_type" /> <attr name="pa_type" format="integer"/>
</declare-styleable> </declare-styleable>
<!--九宫格解锁--> <!--九宫格解锁-->
......
...@@ -46,15 +46,15 @@ android { ...@@ -46,15 +46,15 @@ android {
} }
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) // implementation fileTree(dir: 'libs', include: ['*.jar'])
// compileOnly files('libs/tbs_sdk_thirdapp_163319.jar') compileOnly files('libs/tbs_sdk_thirdapp_163319.jar')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt 'com.alibaba:arouter-compiler:1.2.2' kapt 'com.alibaba:arouter-compiler:1.2.2'
api 'com.ydl:m-user-api:0.0.4' api 'com.ydl:m-user-api:0.0.4'
// api('com.ydl:ydl-platform:0.0.5@aar') { api('com.ydl:ydl-platform:0.0.7@aar') {
// transitive = true transitive = true
// } }
api project(':ydl-platform') // api project(':ydl-platform')
} }
IS_PUBLISH=true IS_PUBLISH=true
VERSION_NAME=0.0.3 VERSION_NAME=0.0.5
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment