Skip to content

Commit

Permalink
1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
justasm committed May 20, 2015
1 parent 95607e7 commit 0180327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.1.0-dev"
versionName "1.1.0"
}
buildTypes {
release {
Expand All @@ -33,12 +33,12 @@ buildscript {
}
}

// https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
publish {
// https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure
userOrg = 'justasm'
groupId = 'com.jmedeisis'
artifactId = 'draglinearlayout'
version = "1.0.1"
version = "1.1.0"
licences = ['MIT']
description = "Android LinearLayout with drag and drop to reorder."
website = 'https://github.com/justasm/DragLinearLayout'
Expand Down

0 comments on commit 0180327

Please sign in to comment.