diff --git a/library/build.gradle b/library/build.gradle index 9f33df02..f7aabb57 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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' } diff --git a/library/gradle.properties b/library/gradle.properties index cb6c153b..7c60a506 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -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 diff --git a/sample/build.gradle b/sample/build.gradle index 7e3f0ff3..dc04604d 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 11 - versionName '2.1.1' + versionCode 12 + versionName '2.2.0' } signingConfigs {