Skip to content

Commit 0dc14c0

Browse files
authored
Merge pull request #96 from Yalantis/feature/update_sample_to_1.1.3_version
Feature/update sample to 1.1.3 version
2 parents 6921f71 + f0e37c3 commit 0dc14c0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
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.0'
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,14 @@ 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+
192+
### Version: 1.1.2
193+
194+
* added animation on close outside menu
195+
188196
### Version: 1.1.1
189197

190198
* bug with `menuObject.textColor` was fixed
@@ -255,7 +263,7 @@ P.S. We’re going to publish more awesomeness wrapped in code and a tutorial on
255263

256264
## License
257265

258-
Copyright 2017, Yalantis
266+
Copyright 2019, Yalantis
259267

260268
Licensed under the Apache License, Version 2.0 (the "License");
261269
you may not use this file except in compliance with the License.

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)