Skip to content
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

Merged
merged 3 commits into from
Nov 9, 2018

Conversation

soffokl
Copy link
Member

@soffokl soffokl commented Nov 8, 2018

No description provided.

@soffokl soffokl self-assigned this Nov 8, 2018
@soffokl soffokl requested a review from a team November 8, 2018 06:24
@soffokl soffokl requested review from tadovas and zolia as code owners November 8, 2018 06:24
<modelVersion>4.0.0</modelVersion>
<groupId>network.mysterium.Node</groupId>
<artifactId>Mysterium</artifactId>
<version>0.0.0</version>
Copy link
Member Author

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.

Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed groupId and artifactId.

Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@soffokl soffokl force-pushed the android-publish branch 2 times, most recently from cb74d13 to 4055b6e Compare November 8, 2018 07:12
Copy link
Contributor

@tadovas tadovas left a 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

@soffokl soffokl merged commit aac05c4 into master Nov 9, 2018
soffokl added a commit that referenced this pull request Nov 9, 2018
Added publishing Android SDK to Bintray and JCenter. #520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants