Skip to content

Commit

Permalink
发布1.1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed May 23, 2022
1 parent 55401cf commit 6c07e43
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

## 关于我

[![github](https://img.shields.io/badge/GitHub-xuexiangjys-blue.svg)](https://github.com/xuexiangjys) [![csdn](https://img.shields.io/badge/CSDN-xuexiangjys-green.svg)](http://blog.csdn.net/xuexiangjys)
| 公众号 | 掘金 | 知乎 | CSDN | 简书 | 思否 | 哔哩哔哩 | 今日头条
|---------|---------|--------- |---------|---------|---------|---------|---------|
| [我的Android开源之旅](https://t.1yb.co/Irse) | [点我](https://juejin.im/user/598feef55188257d592e56ed/posts) | [点我](https://www.zhihu.com/people/xuexiangjys/posts) | [点我](https://xuexiangjys.blog.csdn.net/) | [点我](https://www.jianshu.com/u/6bf605575337) | [点我](https://segmentfault.com/u/xuexiangjys) | [点我](https://space.bilibili.com/483850585) | [点我](https://img.rruu.net/image/5ff34ff7b02dd)

## 特征

Expand Down Expand Up @@ -72,7 +74,7 @@ buildscript {
···
dependencies {
···
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.0.1'
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.1.0'
}
}
```
Expand All @@ -84,8 +86,8 @@ apply plugin: 'com.xuexiang.xrouter' //引用xrouter-plugin插件实现自动注
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```
Expand Down Expand Up @@ -139,8 +141,8 @@ defaultConfig {
```
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```

Expand All @@ -167,8 +169,8 @@ kapt {
```
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
kapt 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
kapt 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```

Expand Down Expand Up @@ -599,7 +601,7 @@ https://github.com/alibaba/ARouter

打开微信扫一扫,向我提问:

![这里写图片描述](https://img-blog.csdn.net/20180511001512918?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3h1ZXhpYW5nanlz/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70)
![](https://img-blog.csdn.net/20180511001512918?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3h1ZXhpYW5nanlz/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70)

[demo-gif]: https://github.com/xuexiangjys/XRouter/blob/master/img/xrouter.gif
[download-svg]: https://img.shields.io/badge/downloads-1.8M-blue.svg
Expand Down
24 changes: 11 additions & 13 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# XRouter
[![xrouter][xrouter-svg]][xrouter] [![api][apisvg]][api]
[![](https://jitpack.io/v/xuexiangjys/XRouter.svg)](https://jitpack.io/#xuexiangjys/XRouter)
[![api](https://img.shields.io/badge/API-14+-brightgreen.svg)](https://android-arsenal.com/api?level=14)
[![I](https://img.shields.io/github/issues/xuexiangjys/XRouter.svg)](https://github.com/xuexiangjys/XRouter/issues)
[![Star](https://img.shields.io/github/stars/xuexiangjys/XRouter.svg)](https://github.com/xuexiangjys/XRouter)

一个轻量级的Android路由框架,基于ARouter上进行改良,优化Fragment的使用,可结合XPage使用。

Expand Down Expand Up @@ -50,7 +53,7 @@ buildscript {
···
dependencies {
···
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.0.1'
classpath 'com.github.xuexiangjys.XRouter:xrouter-plugin:1.1.0'
}
}
```
Expand All @@ -62,8 +65,8 @@ apply plugin: 'com.xuexiang.xrouter' //引用xrouter-plugin插件实现自动注
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```
Expand Down Expand Up @@ -117,8 +120,8 @@ defaultConfig {
```
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```

Expand All @@ -145,8 +148,8 @@ kapt {
```
dependencies {
···
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
kapt 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.1.0'
kapt 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.1.0'
}
```

Expand All @@ -170,8 +173,3 @@ https://github.com/alibaba/ARouter
## 联系方式

[![](https://img.shields.io/badge/点击一键加入QQ交流群-602082750-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=9922861ef85c19f1575aecea0e8680f60d9386080a97ed310c971ae074998887)

[xrouter-svg]: https://img.shields.io/badge/XRouter-v1.0.1-brightgreen.svg
[xrouter]: https://github.com/xuexiangjys/XRouter
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=14

0 comments on commit 6c07e43

Please sign in to comment.