修复kotlin设置配置文件ide报错的问题 https://github.com/AriaLyy/Aria/issues/286
This commit is contained in:
10
README.md
10
README.md
@@ -32,8 +32,8 @@ Aria有以下特点:
|
||||
[](https://bintray.com/arialyy/maven/AriaApi/_latestVersion)
|
||||
[](https://bintray.com/arialyy/maven/AriaCompiler/_latestVersion)
|
||||
```java
|
||||
compile 'com.arialyy.aria:aria-core:3.4.11'
|
||||
annotationProcessor 'com.arialyy.aria:aria-compiler:3.4.11'
|
||||
compile 'com.arialyy.aria:aria-core:3.4.12'
|
||||
annotationProcessor 'com.arialyy.aria:aria-compiler:3.4.12'
|
||||
```
|
||||
如果出现android support,请将 `compile 'com.arialyy.aria:aria-core:<last-version>'`替换为
|
||||
```
|
||||
@@ -101,9 +101,9 @@ protected void onCreate(Bundle savedInstanceState) {
|
||||
|
||||
|
||||
### 版本日志
|
||||
+ v_3.4.11
|
||||
- fix bug https://github.com/AriaLyy/Aria/issues/288
|
||||
- fix bug https://github.com/AriaLyy/Aria/issues/282
|
||||
+ v_3.4.12
|
||||
- fix bug https://github.com/AriaLyy/Aria/issues/286
|
||||
- 优化线程池任务
|
||||
|
||||
[更多版本记录](https://github.com/AriaLyy/Aria/blob/master/DEV_LOG.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user