-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Karthik raja edited this page Jan 28, 2022
·
7 revisions
- Add
GITHUB_USERNAME
andGITHUB_ACCESS_KEY
to your env- You can generate
GITHUB_ACCESS_KEY
by visiting Personal Access token | Github and generating new token. Make sure to select read and write packages permission.
- You can generate
Once you tested the SDK well & ready to publish, do the following steps.
- Increase the version name on
VERSION_NAME
field in project levelgradle.properties
. - Run
./gradlew clean build -x test publish
in the terminal from your project path - Commit the version update change & push it to Github & Create a release in GitHub.