Skip to content

Commit 0180327

Browse files
committed
1.1.0 release.
1 parent 95607e7 commit 0180327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 22
1111
versionCode 1
12-
versionName "1.1.0-dev"
12+
versionName "1.1.0"
1313
}
1414
buildTypes {
1515
release {
@@ -33,12 +33,12 @@ buildscript {
3333
}
3434
}
3535

36+
// https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
3637
publish {
37-
// https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
3838
userOrg = 'justasm'
3939
groupId = 'com.jmedeisis'
4040
artifactId = 'draglinearlayout'
41-
version = "1.0.1"
41+
version = "1.1.0"
4242
licences = ['MIT']
4343
description = "Android LinearLayout with drag and drop to reorder."
4444
website = 'https://github.com/justasm/DragLinearLayout'

0 commit comments

Comments
 (0)