Skip to content

vietmap-company/maps-sdk-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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

The tag must be compliance with below format:

    [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

Clean project

  • 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.