Skip to content

Commit

Permalink
Added org to bintray
Browse files Browse the repository at this point in the history
Bumped up the version
  • Loading branch information
alokonly committed Feb 6, 2019
1 parent 49db538 commit 095cfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {

versionMajor = 7
versionMinor = 0
versionPatch = 5
versionPatch = 6

versionCode = versionMajor * 1000000 + versionMinor * 1000 + versionPatch
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ bintray {
pkg {
repo = "maven"
name = "openxc-android"
userOrg = "openxc"
websiteUrl = siteUrl
vcsUrl = gitUrl
issueTrackerUrl = 'https://github.com/openxc/openxc-android/issues'
Expand Down

0 comments on commit 095cfd9

Please sign in to comment.