Skip to content

Commit ac78ce4

Browse files
authored
Merge pull request #98 from Yalantis/develop
Develop
2 parents f917fb6 + d9ad5ce commit ac78ce4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add it in your root build.gradle at the end of repositories:
2828
Add the dependency
2929
```
3030
dependencies {
31-
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.2'
31+
implementation 'com.github.Yalantis:Context-Menu.Android:1.1.3'
3232
}
3333
```
3434
#### 2. Create list of `MenuObject`, which consists of icon or icon and description.
@@ -185,6 +185,10 @@ To stay `Context Menu` below Status Bar set `fitSystemWindows` to true and `clip
185185

186186
# Changelog
187187

188+
### Version: 1.1.3
189+
190+
* added background color animation
191+
188192
### Version: 1.1.2
189193

190194
* added animation on close outside menu

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies {
2828
implementation 'com.android.support:appcompat-v7:28.0.0'
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3030

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

0 commit comments

Comments
 (0)