Skip to content

Commit

Permalink
Release version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 13, 2020
1 parent 90bc07c commit 1d473fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:balloon:1.1.5"
implementation "com.github.skydoves:balloon:1.1.6"
}
```

Expand Down Expand Up @@ -442,6 +442,7 @@ FADE | OVERSHOOT | ELASTIC | CIRCULAR |
.setPreferenceName(value: String)
.setShowTime(value: Int)
.isRtlSupport(value: Boolean)
.setFocusable(value: Boolean)
.setLifecycleOwner(value: LifecycleOwner)
.setBalloonAnimation(value: BalloonAnimation)
.setOnBalloonClickListener(value: OnBalloonClickListener)
Expand Down

0 comments on commit 1d473fd

Please sign in to comment.