提交 c7b95d52 编写于 作者: 糕冷羊's avatar 糕冷羊

change[]: 修复资源冲突导致的编译问题,发布1.0.1版本

上级 773e8ac7
......@@ -3,9 +3,9 @@
<attr name="title" format="string" />
<declare-styleable name="LabelTextView">
<attr name="label"/>
<attr name="text"/>
<attr name="maxLines"/>
<attr name="label" format="string"/>
<attr name="text" format="string"/>
<attr name="maxLines" format="integer"/>
</declare-styleable>
<declare-styleable name="TitleBar">
......
......@@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
publish {
def groupProjectID = 'com.didichuxing.doraemonkit'
def artifactProjectID = 'doraemonkit'
def publishVersionID = '1.0.0'
def publishVersionID = '1.0.1'
userOrg = 'doraemonkit'
repoName = 'DoraemonKit'
......
## 1.0.1
1. 修复资源冲突与覆盖导致的编译问题
## 1.0.0
1. 常用工具:App信息、文件浏览、位置模拟、H5任意门、日志显示、Crash查看、缓存清理
......
......@@ -3,7 +3,7 @@
### 1: Gradle依赖
```
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.1'
```
Tip: 只在Debug环境中进行集成,不要带到线上。有一些hook操作会污染线上代码。
......
......@@ -3,7 +3,7 @@
### 1: Use Gradle to Get latest version of DoraemonKit
```
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.0'
debugImplementation 'com.didichuxing.doraemonkit:doraemonkit:1.0.1'
```
Tip: Use DoraemonKit in debug model.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册