diff --git a/.travis.yml b/.travis.yml index cab15850..6dab73de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ diff --git a/README.md b/README.md index a5100c06..fb4cc057 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 94130d9d..f6c6d811 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/library/gradle.properties b/library/gradle.properties index 50fb7e4d..bcebf743 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -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 diff --git a/sample/build.gradle b/sample/build.gradle index 8bd4c6a7..89b8b8ed 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -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' @@ -13,7 +13,7 @@ android { minSdkVersion 16 targetSdkVersion 29 - setupVersion '2.5.2' + setupVersion '2.6.0' setOutputFileName 'gesture-views' resConfigs 'en'