Skip to content

Commit

Permalink
update to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PenzK committed Feb 4, 2019
1 parent ac78ce4 commit 6ba0b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.3'
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.4'
}
```
#### 2. Create list of `MenuObject`, which consists of icon or icon and description.
Expand Down Expand Up @@ -185,7 +185,7 @@ To stay `Context Menu` below Status Bar set `fitSystemWindows` to true and `clip

# Changelog

### Version: 1.1.3
### Version: 1.1.4

* added background color animation

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.3'
implementation 'com.github.yalantis:context-menu.android:1.1.4'
}

0 comments on commit 6ba0b39

Please sign in to comment.