Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Feb 4, 2020
1 parent af741e3 commit a206991
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ android:
components:
- tools
- build-tools-28.0.3
- android-28
- android-29

before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "platforms;android-29"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
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.2'
implementation 'com.alexvasilkov:gesture-views:2.6.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.5.2
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1127%20%7C%20134%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.6.0
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1130%20%7C%20134%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
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.2
VERSION_CODE=20
VERSION_NAME=2.6.0
VERSION_CODE=21

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
@@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '2.2.1'
id 'com.github.triplet.play' version '2.5.0'
}

apply from: 'commons.gradle'
Expand All @@ -13,7 +13,7 @@ android {
minSdkVersion 16
targetSdkVersion 29

setupVersion '2.5.2'
setupVersion '2.6.0'
setOutputFileName 'gesture-views'

resConfigs 'en'
Expand Down

0 comments on commit a206991

Please sign in to comment.