Skip to content

Commit c7b95d5

Browse files
committed
change[]: 修复资源冲突导致的编译问题,发布1.0.1版本
1 parent 773e8ac commit c7b95d5

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

Android/doraemonkit/src/main/res/values/attrs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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">

Android/doraemonkit/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
33
publish {
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'

Doc/android-ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
1. 修复资源冲突与覆盖导致的编译问题
4+
15
## 1.0.0
26

37
1. 常用工具:App信息、文件浏览、位置模拟、H5任意门、日志显示、Crash查看、缓存清理

Doc/android_cn_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

99
Tip: 只在Debug环境中进行集成,不要带到线上。有一些hook操作会污染线上代码。

Doc/android_en_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

99
Tip: Use DoraemonKit in debug model.

0 commit comments

Comments
 (0)