Skip to content

Commit

Permalink
Merge pull request #98 from Yalantis/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
PenzK authored Feb 4, 2019
2 parents f917fb6 + d9ad5ce commit ac78ce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add it in your root build.gradle at the end of repositories:
Add the dependency
```
dependencies {
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.2'
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.3'
}
```
#### 2. Create list of `MenuObject`, which consists of icon or icon and description.
Expand Down Expand Up @@ -185,6 +185,10 @@ To stay `Context Menu` below Status Bar set `fitSystemWindows` to true and `clip

# Changelog

### Version: 1.1.3

* added background color animation

### Version: 1.1.2

* added animation on close outside menu
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

implementation 'com.github.Yalantis:Context-Menu.Android:1.1.1'
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.3'
}

0 comments on commit ac78ce4

Please sign in to comment.