Artifacts are published on MavenCentral.
Please use the tagRelease Gradle task in order to publish a new release. This task will push a tag named like the Gradle version property available in gradle.properties. This in turn will trigger a GitHub Actions workflow that will publish the new release to MavenCentral and GitHub.
End-user just need to add Maven Central to their repositories and update their dependencies with latest version:
repositories {
mavenCentral()
}dependencies {
implementation 'com.orange.ods.android:ods-lib:1.0.0'
}Execute the commands below to generate and run the documentation:
git submodule initgit submodule updatecd docsbundle config set --local path 'vendor/bundle'bundle installbundle exec jekyll serve --trace --watch --force_polling --livereload --livereload-port 4001
If you encounter errors during installation and your platform is not listed in the PLATFORMS section of Gemfile.lock, you can optionally run bundle platform to retrieve your platform, then bundle lock --add-platform <your_platform> to install specific dependencies for your platform.
In case you need to update the submodules, please run and commit the changes it brings:
git submodule foreach git pull origin main
Finally, open your browser and go to http://127.0.0.1:4000/ods-android/