File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ easier for developers to integrate it into their apps.
40
40
41
41
Add dependency to your ` build.gradle ` file:
42
42
43
- implementation 'com.alexvasilkov:gesture-views:2.5.0 '
43
+ implementation 'com.alexvasilkov:gesture-views:2.5.1 '
44
44
45
45
[ Usage wiki] ( https://github.com/alexvasilkov/GestureViews/wiki/Usage )
46
46
@@ -68,7 +68,7 @@ Add dependency to your `build.gradle` file:
68
68
[ build-url ] : https://travis-ci.org/alexvasilkov/GestureViews
69
69
[ build-img ] : https://img.shields.io/travis/alexvasilkov/GestureViews/master.svg?style=flat-square
70
70
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
73
73
74
74
[ javadoc-url ] : http://javadoc.io/doc/com.alexvasilkov/gesture-views
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.5.0
2
- VERSION_CODE =18
1
+ VERSION_NAME =2.5.1
2
+ VERSION_CODE =19
3
3
4
4
POM_NAME =GestureViews
5
5
POM_ARTIFACT_ID =gesture-views
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
17
17
minSdkVersion 16
18
18
targetSdkVersion 27
19
19
20
- setupVersion ' 2.5.0 '
20
+ setupVersion ' 2.5.1 '
21
21
setOutputFileName ' gesture-views'
22
22
23
23
resConfigs ' en'
@@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' com.android.support:recyclerview-v7:27.1.1'
44
44
implementation ' com.android.support:design:27.1.1'
45
45
46
- implementation ' com.github.bumptech.glide:glide:4.3.0 '
46
+ implementation ' com.github.bumptech.glide:glide:4.6.1 '
47
47
48
48
implementation ' com.alexvasilkov:android-commons:2.0.2'
49
49
implementation ' com.alexvasilkov:events:1.0.0'
You can’t perform that action at this time.
0 commit comments