- Copy the generated aar file and paste to the distribute repository
- Rename the SDK file as below format:
VietmapGLAndroidSDK-new.version.here.aar
Example:
VietmapGLAndroidSDK-2.5.0.aar
- Change the version in
jitpack.yml
file as below
- FILE="-Dfile=VietmapGLAndroidSDK-new.version.here.aar"
- Create new tag match with the version was created
[0-9]+.[0-9]+.[0-9]
i.e:
1.0.1
- Commit and push new code to created tag
- Github action will release new version to jitpack automatically
- Build android SDK will created many large file, you should clean them after build success and release new version
- Use below command in the project terminal to clean unnecessary file in project
make clean
and make sure the get it button of latest version is full-fill green status. If it getting white status, click it.