Skip to content

Commit

Permalink
"Auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppi Menozzi authored and Beppi Menozzi committed Mar 29, 2017
1 parent baef3a1 commit a832f08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -143,6 +143,12 @@ Here is the list of the xml attributes that can be used to customize the View. A
You don't have to add any dependency.
Internally, this library uses my other <a href="https://github.com/BeppiMenozzi/BalloonPopup">Balloon Popup library</a> to display... guess... balloon popups.

### New in 1.5.0
* Fixed: when min and max angles were present, the last marker was not in the correct place
* Added swipe in both directions
* Fixed: balloon now does not exit the window
* minSdkVersion from 9 to 11

### New in 1.4.0
* Fixed swipe behaviour while in ScrollView.

Expand Down
4 changes: 2 additions & 2 deletions knoblibrary/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 8
versionName "1.4.0"
versionCode 9
versionName "1.5.0"
}
buildTypes {
release {
Expand Down

0 comments on commit a832f08

Please sign in to comment.