提交 31bcebba 编写于 作者: B Blankj

see 06/07 log

上级 4bfa2dd4
* `19/06/07` [fix] LogUtils file name contains ':'. Publish v1.24.2.
* `19/06/06` [fix] LogUtils write to file. Publish v1.24.1.
* `19/06/03` [fix] Refactoring framework. Publish v1.24.0.
* `19/04/25` [fix] LogUtils delete due log.
......
......@@ -41,7 +41,7 @@
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.1-brightgreen.svg
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.2-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.1-brightgreen.svg
[aucSvg]: https://img.shields.io/badge/AndroidUtilCode-v1.24.2-brightgreen.svg
[auc]: https://github.com/Blankj/AndroidUtilCode
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
......
......@@ -2,10 +2,10 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.24.1'
implementation 'com.blankj:utilcode:1.24.2'
// if u use AndroidX, use the following
implementation 'com.blankj:utilcodex:1.24.1'
implementation 'com.blankj:utilcodex:1.24.2'
```
......
......@@ -27,7 +27,7 @@ apply plugin: "com.blankj.bus"
给 base 模块添加 [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode) 依赖:
```groovy
api "com.blankj:utilcode:1.24.1"
api "com.blankj:utilcode:1.24.2"
```
比如 module0 中存在的 `Module0Activity.java`,我们通常都是在它内部写一个 `start` 函数来启动它,现在我们给它添加 `@BusUtils.Subscribe` 注解,并给注解的 `name` 赋唯一值,要注意,函数务必要 `public static` 哦:
......
......@@ -2,10 +2,10 @@
Gradle:
```groovy
implementation 'com.blankj:utilcode:1.24.1'
implementation 'com.blankj:utilcode:1.24.2'
// if u use AndroidX, use the following
implementation 'com.blankj:utilcodex:1.24.1'
implementation 'com.blankj:utilcodex:1.24.2'
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册