Skip to content

Commit d075688

Browse files
author
CNCoderX
committed
new version 1.1.0
1 parent 2f6c7f8 commit d075688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44
def siteUrl = 'https://github.com/CNCoderX/RecyclerViewHelper'
55
def gitUrl = 'https://github.com/CNCoderX/RecyclerViewHelper.git'
66

7-
version = "1.0.0"
7+
version = "1.1.0"
88
group = "com.cncoderx.recyclerviewhelper"
99
def libName = "RecyclerViewHelper"
1010
def libDesc = "the RecyclerView helper"

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.0"
11+
versionName "1.1"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)