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 95607e7 commit 0180327Copy full SHA for 0180327
library/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 15
10
targetSdkVersion 22
11
versionCode 1
12
- versionName "1.1.0-dev"
+ versionName "1.1.0"
13
}
14
buildTypes {
15
release {
@@ -33,12 +33,12 @@ buildscript {
33
34
35
36
+// https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
37
publish {
- // https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
38
userOrg = 'justasm'
39
groupId = 'com.jmedeisis'
40
artifactId = 'draglinearlayout'
41
- version = "1.0.1"
+ version = "1.1.0"
42
licences = ['MIT']
43
description = "Android LinearLayout with drag and drop to reorder."
44
website = 'https://github.com/justasm/DragLinearLayout'
0 commit comments