Skip to content

Commit 5fb1f38

Browse files
committed
Release version 1.1.3
1 parent 71e4d09 commit 5fb1f38

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</br>
77
<p align="center">
88
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
9-
<a href="https://android-arsenal.com/api?level=16"><img alt="API" src="https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat"/></a>
9+
<a href="https://android-arsenal.com/api?level=17"><img alt="API" src="https://img.shields.io/badge/API-17%2B-brightgreen.svg?style=flat"/></a>
1010
<a href="https://github.com/skydoves/Balloon/actions"><img alt="Build Status" src="https://github.com/skydoves/Balloon/workflows/Android%20CI/badge.svg"/></a>
1111
<a href="https://medium.com/swlh/a-lightweight-tooltip-popup-for-android-ef9484a992d7"><img alt="Medium" src="https://skydoves.github.io/badges/Story-Medium.svg"/></a>
1212
<a href="https://github.com/skydoves"><img alt="Profile" src="https://skydoves.github.io/badges/skydoves.svg"/></a>
@@ -33,7 +33,7 @@ allprojects {
3333
And add a dependency code to your **module**'s `build.gradle` file.
3434
```gradle
3535
dependencies {
36-
implementation "com.github.skydoves:balloon:1.1.2"
36+
implementation "com.github.skydoves:balloon:1.1.3"
3737
}
3838
```
3939

@@ -409,10 +409,13 @@ FADE | OVERSHOOT | ELASTIC | CIRCULAR |
409409
.setPaddingTop(value: Int)
410410
.setPaddingRight(value: Int)
411411
.setPaddingBottom(value: INt)
412+
.setElevation(value: Float)
412413
.setArrowVisible(value: Boolean)
413414
.setArrowSize(value: Int)
414415
.setArrowPosition(@FloatRange(from = 0.0, to = 1.0) value: Float)
415416
.setArrowOrientation(value: ArrowOrientation)
417+
.setArrowColor(value: Int)
418+
.setArrowColorResource(value: Int)
416419
.setArrowDrawable(value: Drawable?)
417420
.setArrowDrawableResource(value: Int)
418421
.setBackgroundColor(value: Int)

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext.versions = [
22
minSdk : 16,
33
compileSdk : 29,
4-
versionCode : 13,
5-
versionName : '1.1.2',
4+
versionCode : 14,
5+
versionName : '1.1.3',
66

77
gradleBuildTool : '3.5.3',
88
spotlessGradle : '3.28.0',

0 commit comments

Comments
 (0)