We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6c7f8 commit d075688Copy full SHA for d075688
library/bintray.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
def siteUrl = 'https://github.com/CNCoderX/RecyclerViewHelper'
5
def gitUrl = 'https://github.com/CNCoderX/RecyclerViewHelper.git'
6
7
-version = "1.0.0"
+version = "1.1.0"
8
group = "com.cncoderx.recyclerviewhelper"
9
def libName = "RecyclerViewHelper"
10
def libDesc = "the RecyclerView helper"
library/build.gradle
@@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 1
11
- versionName "1.0"
+ versionName "1.1"
12
}
13
buildTypes {
14
release {
0 commit comments