Skip to content

Commit

Permalink
Release a new version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jul 30, 2020
1 parent 5678d82 commit d5c46ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 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.9"
implementation "com.github.skydoves:balloon:1.2.0"
}
```

Expand Down Expand Up @@ -463,16 +463,19 @@ FADE | OVERSHOOT | ELASTIC | CIRCULAR |
.setIconColorResource(value: Int)
.setIconSpace(value: Int)
.setIconForm(value: IconForm)
.setIconGravity(value: IconGravity)
.setAlpha(@FloatRange(from = 0.0, to = 1.0) value: Float)
.setLayout(@LayoutRes layout: Int)
.setPreferenceName(value: String)
.setShowTime(value: Int)
.isRtlSupport(value: Boolean)
.setFocusable(value: Boolean)
.setLifecycleOwner(value: LifecycleOwner)
.setDismissWhenLifecycleOnPause(value: Boolean)
.setBalloonAnimation(value: BalloonAnimation)
.setOnBalloonClickListener(value: OnBalloonClickListener)
.setOnBalloonDismissListener(value: OnBalloonDismissListener)
.setOnBalloonInitializedListener(value: OnBalloonInitializedListener)
.setOnBalloonOutsideTouchListener(value: OnBalloonOutsideTouchListener)
.setDismissWhenTouchOutside(value: Boolean)
```
Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 20,
versionName : '1.1.9',
versionCode : 21,
versionName : '1.2.0',

gradleBuildTool : '3.6.3',
spotlessGradle : '4.5.1',
Expand All @@ -15,5 +15,5 @@ ext.versions = [
cardView : '1.0.0',

// for demo
googleMaterial : '1.3.0-alpha01'
googleMaterial : '1.3.0-alpha02'
]

0 comments on commit d5c46ae

Please sign in to comment.