ARK-Builders / ark-android

Reusable components for the ARK project
https://www.ark-builders.dev
MIT License
0 stars 0 forks source link

ARK Android

ARK Android contains a set of independent component libraries which can be used across ARK projects.

How to release a new version of a module

Tag the commit using this naming scheme:

git tag <module_name>.v<major>.<minor>.<patch>
git push --tags

Example :

git tag tagselector.v0.0.9-SNAPSHOT-01
git push --tags

Note when adding a new module