-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added publishing Android SDK to Bintray and JCenter. #520 #525
Conversation
<modelVersion>4.0.0</modelVersion> | ||
<groupId>network.mysterium.Node</groupId> | ||
<artifactId>Mysterium</artifactId> | ||
<version>0.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version will be replaced using git tag for every release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
groupId: should reflect grouping. And it must be lowercase. Essentially it's like java package - a namespace.
ArtifactId: I would vote for MobileNode.aar - because that's its purpose, and for group id: simply misterium.network, maybe we will produce more artifacts not related to node itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed groupId
and artifactId
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And sorry for my mistake - it should be mobile-node. No upper cases - words separated by hyphen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
cb74d13
to
4055b6e
Compare
4055b6e
to
a5ab473
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Don't forget to mention somewhere in docs, how this artifact can be included in gradle project
Added publishing Android SDK to Bintray and JCenter. #520
No description provided.