Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMelody committed May 26, 2023
1 parent 278de5c commit cca983e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ jobs:
artifactErrorsFailBuild: true
body: |
### 功能更新
- 新增百度地图能力若干;
- 移除SDK中高德地图隐藏Logo不合规的问题;
- Map可组合项新增:onMapClick、onMapLongClick、onMapPOIClick等事件的回调;
- 升级百度地图SDK最新版本;
### 问题修复
- 修复:sample示例中,安卓11+上的错误上下文;
- 升级高德地图、百度地图SDK到最新版本
- Compose升级至1.3.3稳定版本
token: ${{ secrets.github_token }}
commit: master
# tag名称
Expand Down
2 changes: 1 addition & 1 deletion gradle_map.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ MIN_SDK_VERSION = 21
HUAWEI_MIN_SDK_VERSION = 24

# publish maven central library version_name
LIB_VERSION_NAME = 1.0.1
LIB_VERSION_NAME = 1.0.2

0 comments on commit cca983e

Please sign in to comment.