Skip to content

Commit

Permalink
Fix upload task
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Dec 6, 2015
1 parent 322ae9b commit 35807dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
def versionMajor = 0
def versionMinor = 5
def versionPatch = 0
version = "${versionMajor}.${versionMinor}.${versionPatch}"
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"

compileSdkVersion = 23
buildToolsVersion = '23.0.2'
Expand Down
2 changes: 1 addition & 1 deletion droidux-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publish {
userOrg = project_bintray_org
groupId = project_group
artifactId = 'droidux-processor'
version = project.version
version = project.versionName
description = 'Code generator for info.izumin.android.droidux'
website = project_url
}
Expand Down
2 changes: 1 addition & 1 deletion droidux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publish {
userOrg = project_bintray_org
groupId = project_group
artifactId = 'droidux'
version = project.version
version = project.versionName
description = '"Predictable state container" implementation, inspired by Redux for JS.'
website = project_url
}

0 comments on commit 35807dc

Please sign in to comment.