Skip to content

Commit

Permalink
Version v2.5.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Apr 15, 2018
1 parent 8282386 commit af3f94c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.5.0'
implementation 'com.alexvasilkov:gesture-views:2.5.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://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.0
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1103%20%7C%20130%20KB-e91e63.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

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.5.0
VERSION_CODE=18
VERSION_NAME=2.5.1
VERSION_CODE=19

POM_NAME=GestureViews
POM_ARTIFACT_ID=gesture-views
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

setupVersion '2.5.0'
setupVersion '2.5.1'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand All @@ -43,7 +43,7 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'

implementation 'com.github.bumptech.glide:glide:4.3.0'
implementation 'com.github.bumptech.glide:glide:4.6.1'

implementation 'com.alexvasilkov:android-commons:2.0.2'
implementation 'com.alexvasilkov:events:1.0.0'
Expand Down

0 comments on commit af3f94c

Please sign in to comment.