Skip to content

Commit

Permalink
Version 2.3.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Sep 4, 2017
1 parent 5715820 commit 1eae664
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1'
compile 'com.alexvasilkov:gesture-views:2.3.2'

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.1
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1014%20%7C%20133%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.3.2
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1024%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 library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'

defaultConfig {
minSdkVersion 9
Expand Down
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.1
VERSION_CODE=14
VERSION_NAME=2.3.2
VERSION_CODE=15

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 15
targetSdkVersion 25
versionCode 14
versionName '2.3.1'
versionCode 15
versionName '2.3.2'
}

signingConfigs {
Expand Down

0 comments on commit 1eae664

Please sign in to comment.