Skip to content

Commit

Permalink
Version 2.5.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed May 5, 2018
1 parent 4414a74 commit 552383e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
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.5.1'
implementation 'com.alexvasilkov:gesture-views:2.5.2'

[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://travis-ci.org/alexvasilkov/GestureViews
[build-img]: https://img.shields.io/travis/alexvasilkov/GestureViews/master.svg?style=flat-square

[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.5.1
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1118%20%7C%20133%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.5.2
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1127%20%7C%20134%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
4 changes: 2 additions & 2 deletions library/gradle.properties
@@ -1,5 +1,5 @@
VERSION_NAME=2.5.1
VERSION_CODE=19
VERSION_NAME=2.5.2
VERSION_CODE=20

POM_NAME=GestureViews
POM_ARTIFACT_ID=gesture-views
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

setupVersion '2.5.1'
setupVersion '2.5.2'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit 552383e

Please sign in to comment.