Skip to content

Commit

Permalink
Version 2.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Dec 3, 2016
1 parent ccc9c44 commit 0cfd727
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

dependencies {
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
provided 'com.android.support:recyclerview-v7:25.0.1'
provided 'com.android.support:support-annotations:25.0.1'
}

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.1.1
VERSION_CODE=11
VERSION_NAME=2.2.0
VERSION_CODE=12

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 11
versionName '2.1.1'
versionCode 12
versionName '2.2.0'
}

signingConfigs {
Expand Down

0 comments on commit 0cfd727

Please sign in to comment.