In your project's build.gradle file, add the following
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}And add the dependency in your app's build.gradle file:
implementation 'com.github.vidinoti:android-sdk:<latest-release>'- Replace the
vdarsdk-release.aarfile - Update the version number in
jitpack.yml - Update the version number in
pom.xmland any dependency if needed - Commit, push
- Create a new release in GitHub
gh release create <tag> --notes "<release notes>"
# For instance
gh release create 7.3.3 --notes "Vidinoti SDK 7.3.3"