Skip to content

Commit

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

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.2
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1024%20%7C%20134%20KB-e91e63.svg?style=flat-square
[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Agesture-views%3A2.4.0
[size-img]: https://img.shields.io/badge/Methods%20and%20size-1098%20%7C%20130%20KB-e91e63.svg?style=flat-square

[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand Down
6 changes: 3 additions & 3 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
VERSION_NAME=2.3.2
VERSION_CODE=15
VERSION_NAME=2.4.0
VERSION_CODE=16

POM_NAME=GestureViews
POM_ARTIFACT_ID=gesture-views
POM_PACKAGING=jar
POM_PACKAGING=aar
POM_GROUP=com.alexvasilkov

POM_DESCRIPTION=ImageView and FrameLayout with gestures control and position animation
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 16
targetSdkVersion 27
versionCode 15
versionName '2.3.2'
versionCode 16
versionName '2.4.0'
}

signingConfigs {
Expand Down

0 comments on commit d02c167

Please sign in to comment.