Skip to content

Commit

Permalink
update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
江子健 committed Mar 30, 2019
1 parent 4011804 commit 2a2a21a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## [Unreleased]

## 1.1.3
## 1.2.0

- 修复在开启instant_run的情况下编译出错的问题
- 添加FragmentTransactionUriRequest和基类,支持Activity to Fragment和Fragment to Fragment 的路由跳转
- 修改PageAnnotationProcessor,支持@RouterPage注解的Fragment的自动配置FragmentTransactionHandler
- 修复在开启instant_run的情况下编译出错的问题
- 修复多模块下dex archive merge失败问题
- 修复URI分发路径不匹配问题


## 1.1.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![](docs/images/banner.png)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/meituan/WMRouter/master/LICENSE)
[![Release Version](https://img.shields.io/badge/release-1.1.2-red.svg)](https://github.com/meituan/WMRouter/releases)
[![Release Version](https://img.shields.io/badge/release-1.2.0-red.svg)](https://github.com/meituan/WMRouter/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/meituan/WMRouter/pulls)

WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POM_NAME=waimai_android_router
POM_ARTIFACT_ID=router
POM_PACKAGING=aar
VERSION_NAME=1.1.2
VERSION_NAME=1.2.0
VERSION_CODE=1
GROUP=com.sankuai.waimai.router
SUPPORT_VERSION=26.0.2
Expand Down

0 comments on commit 2a2a21a

Please # to comment.