Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Apr 5, 2017
1 parent d513343 commit 787c180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# 引入
```xml
compile 'com.mylhyl:circleDialog:2.1.0'
compile 'com.mylhyl:circleDialog:2.1.1'
```

eclipse 可以[点击这里下载aar文件](http://jcenter.bintray.com/com/mylhyl/circleDialog/), 然后用zip解压取出jar包
Expand Down Expand Up @@ -73,7 +73,7 @@ eclipse 可以[点击这里下载aar文件](http://jcenter.bintray.com/com/mylhy
```

#注意
* 继承基类`BaseCircleDialog`
* 继承基类`BaseCircleDialog`背景为透明,自定义layout时按需求设置背景

QQ交流群:435173211

Expand All @@ -82,6 +82,8 @@ QQ交流群:435173211

# 版本

> 2.1.1 修复`BaseCircleDialog`横竖屏恢复参数
> 2.1.0 Progress支持旋转样式
> 2.0.0 初始化版本
2 changes: 1 addition & 1 deletion circledialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ publish {
userOrg = 'mylhyl'
groupId = 'com.mylhyl'
artifactId = 'circleDialog'
version = '2.1.0'
version = '2.1.1'
description = 'circleDialog ios style'
website = "https://github.com/mylhyl/Android-CircleDialog"
}

0 comments on commit 787c180

Please sign in to comment.