File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <attr name =" title" format =" string" />
44
55 <declare-styleable name =" LabelTextView" >
6- <attr name =" label" />
7- <attr name =" text" />
8- <attr name =" maxLines" />
6+ <attr name =" label" format = " string " />
7+ <attr name =" text" format = " string " />
8+ <attr name =" maxLines" format = " integer " />
99 </declare-styleable >
1010
1111 <declare-styleable name =" TitleBar" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
33publish {
44 def groupProjectID = ' com.didichuxing.doraemonkit'
55 def artifactProjectID = ' doraemonkit'
6- def publishVersionID = ' 1.0.0 '
6+ def publishVersionID = ' 1.0.1 '
77
88 userOrg = ' doraemonkit'
99 repoName = ' DoraemonKit'
Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+
3+ 1 . 修复资源冲突与覆盖导致的编译问题
4+
15## 1.0.0
26
371 . 常用工具:App信息、文件浏览、位置模拟、H5任意门、日志显示、Crash查看、缓存清理
Original file line number Diff line number Diff line change 33### 1: Gradle依赖
44
55```
6- debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0 '
6+ debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.1 '
77```
88
99Tip: 只在Debug环境中进行集成,不要带到线上。有一些hook操作会污染线上代码。
Original file line number Diff line number Diff line change 33### 1: Use Gradle to Get latest version of DoraemonKit
44
55```
6- debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0 '
6+ debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.1 '
77```
88
99Tip: Use DoraemonKit in debug model.
You can’t perform that action at this time.
0 commit comments