-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thanhdang198
committed
May 20, 2024
1 parent
9be668b
commit 7cb0d90
Showing
23 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |