Skip to content

Commit

Permalink
Version 2.3.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Jun 3, 2017
1 parent afbd55c commit 1231961
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ easier for developers to integrate it into their apps.

Add dependency to your `build.gradle` file:

compile 'com.alexvasilkov:gesture-views:2.3.0'
compile 'com.alexvasilkov:gesture-views:2.3.1'

Note: min SDK version for library is 9, but it was tested mainly on 15+.

Expand Down Expand Up @@ -68,7 +68,7 @@ Note: min SDK version for library is 9, but it was tested mainly on 15+.
[mvn-url]: https://maven-badges.herokuapp.com/maven-central/com.alexvasilkov/gesture-views
[mvn-img]: https://img.shields.io/maven-central/v/com.alexvasilkov/gesture-views.svg?style=flat-square

[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.3.0
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1011%20%7C%20132%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.3.1
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1011%20%7C%20133%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.3.0
VERSION_CODE=13
VERSION_NAME=2.3.1
VERSION_CODE=14

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
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 13
versionName '2.3.0'
versionCode 14
versionName '2.3.1'
}

signingConfigs {
Expand Down

0 comments on commit 1231961

Please sign in to comment.