Skip to content

Commit

Permalink
release: release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdang198 committed May 20, 2024
1 parent 9be668b commit 7cb0d90
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 11 deletions.
38 changes: 28 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
### Copy new release to this project

### Rename with the new version
- 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
```yml
- FILE="-Dfile=VietmapGLAndroidSDK-new.version.here.aar"
```
- Create new tag __match with the version was created__
## The tag must be compliance with below format:
```yml
[0-9]+.[0-9]+.[0-9]
i.e:
1.0.1
```
### Edit file name and path from jitpack.yml file
- Commit and push new code to created tag
- Github action will release new version to jitpack automatically
### Push to the github

### Create new tag and push to the tag was created

### Go to github and create new release with the created tag

github: https://github.com/vietmap-company/maps-sdk-android
## 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
```bash
make clean
```

### Go to https://jitpack.io/#vietmap-company/maps-sdk-android
and make sure the get it button of latest version is full-fill green status. If it getting white status, click it.
Binary file removed VietmapGLAndroidSDK-2.0.4.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.0.5.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.0.6.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.1.0.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.2.2.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.3.0.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.3.1.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.3.2.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.3.3.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.0.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.1.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.10.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.2.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.3.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.5.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.6.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.7.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.8.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.4.9.aar
Binary file not shown.
Binary file removed VietmapGLAndroidSDK-2.5.1.aar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=VietmapGLAndroidSDK-2.5.1.aar"
- FILE="-Dfile=VietmapGLAndroidSDK-2.6.0.aar"
- mvn install:install-file $FILE -DgroupId=vn.vietmap.android.mapsdk -DartifactId=vietmapgl-sdk -Dversion=2.0.0 -Dpackaging=aar -DpomFile=pom.xml

0 comments on commit 7cb0d90

Please sign in to comment.