Skip to content

Commit

Permalink
Version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Nov 24, 2020
1 parent a49ba55 commit dcc4784
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ easier for developers to integrate it into their apps.

Add dependency to your `build.gradle` file:

implementation 'com.alexvasilkov:gesture-views:2.7.0'
implementation 'com.alexvasilkov:gesture-views:2.7.1'

[Usage wiki](https://github.com/alexvasilkov/GestureViews/wiki/Usage)

Expand Down Expand Up @@ -68,7 +68,7 @@ Add dependency to your `build.gradle` file:
[build-url]: https://actions-badge.atrox.dev/alexvasilkov/GestureViews/goto?ref=master
[build-img]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Falexvasilkov%2FGestureViews%2Fbadge%3Fref%3Dmaster&style=flat-square

[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.7.0
[size-img]: https://img.shields.io/badge/methods%20%7C%20size-1081%20%7C%20126%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.7.1
[size-img]: https://img.shields.io/badge/methods%20%7C%20size-1085%20%7C%20127%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

ext.group = 'com.alexvasilkov'
ext.artifactId = 'gesture-views'
ext.version = '2.7.0'
ext.version = '2.7.1'
ext.name = 'GestureViews'
ext.description = 'ImageView and FrameLayout with gestures control and position animation'
ext.github = 'https://github.com/alexvasilkov/GestureViews'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 23
targetSdkVersion 30

setupVersion '2.7.0'
setupVersion '2.7.1'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit dcc4784

Please sign in to comment.