Skip to content

Commit

Permalink
Version 2.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Dec 2, 2015
1 parent 7143acb commit 42defb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ easier for developers to integrate it into their apps.

Add dependency to your `build.gradle` file:

compile 'com.alexvasilkov:gesture-views:2.0.1'
compile 'com.alexvasilkov:gesture-views:2.0.2'

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

[Usage wiki](https://github.com/alexvasilkov/GestureViews/wiki/Usage)

[Javadoc](https://oss.sonatype.org/service/local/repositories/releases/archive/com/alexvasilkov/gesture-views/2.0.1/gesture-views-2.0.1-javadoc.jar/!/index.html)
[Javadoc](https://oss.sonatype.org/service/local/repositories/releases/archive/com/alexvasilkov/gesture-views/2.0.2/gesture-views-2.0.2-javadoc.jar/!/index.html)

[Sample app sources](https://github.com/alexvasilkov/GestureViews/tree/master/sample)

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
provided 'com.android.support:support-annotations:23.1.0'
}

// New version can be uploaded with 'gradlew clean :library:jar :library:uploadArchives'
// New version can be uploaded with './gradlew clean :library:jar :library:uploadArchives'
apply from: 'gradle-mvn-push.gradle'
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.0.1
VERSION_CODE=7
VERSION_NAME=2.0.2
VERSION_CODE=8

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 23
versionCode 7
versionName '2.0.1'
versionCode 8
versionName '2.0.2'
}

signingConfigs {
Expand Down

0 comments on commit 42defb1

Please sign in to comment.