Skip to content

Commit

Permalink
Version 2.5.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Apr 6, 2018
1 parent 84c08cc commit c2b267b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4.1'
implementation 'com.alexvasilkov:gesture-views:2.5.0'

[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.4.1
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1098%20%7C%20130%20KB-e91e63.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

[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.4.1
VERSION_CODE=17
VERSION_NAME=2.5.0
VERSION_CODE=18

POM_NAME=GestureViews
POM_ARTIFACT_ID=gesture-views
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1'
setupVersion '2.5.0'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit c2b267b

Please sign in to comment.