Skip to content

Commit

Permalink
release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Apr 24, 2017
1 parent 787c180 commit d11a903
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 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.1'
compile 'com.mylhyl:circleDialog:2.1.2'
```

eclipse 可以[点击这里下载aar文件](http://jcenter.bintray.com/com/mylhyl/circleDialog/), 然后用zip解压取出jar包
Expand Down Expand Up @@ -82,6 +82,8 @@ QQ交流群:435173211

# 版本

> 2.1.2 修复已知Bug
> 2.1.1 修复`BaseCircleDialog`横竖屏恢复参数
> 2.1.0 Progress支持旋转样式
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:23.4.0'
testCompile 'junit:junit:4.12'
compile project(':circledialog')
// compile project(':circledialog')
compile 'com.mylhyl:circleDialog:2.1.2'
compile 'com.mylhyl:cygadapter:1.1.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.1'
version = '2.1.2'
description = 'circleDialog ios style'
website = "https://github.com/mylhyl/Android-CircleDialog"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Created by hupei on 2017/3/29.
*/

final class AbsCircleDialog extends BaseCircleDialog {
public final class AbsCircleDialog extends BaseCircleDialog {
private static final String SAVED_PARAMS = "circle:params";
private CircleParams mParams;
private Controller mController;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Created by hupei on 2017/3/29.
*/

public class CircleDialog {
public final class CircleDialog {
private AbsCircleDialog mDialog;

private CircleDialog() {
Expand Down

0 comments on commit d11a903

Please sign in to comment.