Skip to content

Commit af3f94c

Browse files
committed
Version v2.5.1 released
1 parent 8282386 commit af3f94c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ easier for developers to integrate it into their apps.
4040

4141
Add dependency to your `build.gradle` file:
4242

43-
implementation 'com.alexvasilkov:gesture-views:2.5.0'
43+
implementation 'com.alexvasilkov:gesture-views:2.5.1'
4444

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

@@ -68,7 +68,7 @@ Add dependency to your `build.gradle` file:
6868
[build-url]: https://travis-ci.org/alexvasilkov/GestureViews
6969
[build-img]: https://img.shields.io/travis/alexvasilkov/GestureViews/master.svg?style=flat-square
7070

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

7474
[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views

library/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.5.0
2-
VERSION_CODE=18
1+
VERSION_NAME=2.5.1
2+
VERSION_CODE=19
33

44
POM_NAME=GestureViews
55
POM_ARTIFACT_ID=gesture-views

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 16
1818
targetSdkVersion 27
1919

20-
setupVersion '2.5.0'
20+
setupVersion '2.5.1'
2121
setOutputFileName 'gesture-views'
2222

2323
resConfigs 'en'
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'com.android.support:recyclerview-v7:27.1.1'
4444
implementation 'com.android.support:design:27.1.1'
4545

46-
implementation 'com.github.bumptech.glide:glide:4.3.0'
46+
implementation 'com.github.bumptech.glide:glide:4.6.1'
4747

4848
implementation 'com.alexvasilkov:android-commons:2.0.2'
4949
implementation 'com.alexvasilkov:events:1.0.0'

0 commit comments

Comments
 (0)