A repository that demonstrates semantic-release publishing of android library into GitHub registry

Installation

Package

The latest version of the packages can be found on the GitHub releases page.

Root project build.gradle

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/abd3lraouf/Semantic")
    }
}

App project build.gradle

dependencies {
    implementation("dev.abd3lraouf.learn.Semantic:sdk:<latest-release>")
}

Contributing

Thanks to all our contributors! I’m very grateful for all the work you’ve done to make Open source projects better.

Citation

Semantic versioning project for android DOI:10.5281/zenodo.514068945. AbdElraouf Sabri, A. Senior Android Developer

Copyright

This project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).

By submitting a pull request to this project, you agree to license your contribution under the Apache license version 2.0 to this project.

GitHub

View Github