File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add it in your root build.gradle at the end of repositories:
2828Add 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments