Skip to content

Commit

Permalink
feat: update version and releaseNote for 4.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lichao committed Sep 12, 2024
1 parent 6c98233 commit c80d094
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
11 changes: 11 additions & 0 deletions cn/docs/sdk/start/release-notes/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
title: Android
sidebar_position: 2
---
## 4.3.12

Released 2024-09-12

### Bug Fixes
- 修复 `retrofit2 kotlin module file` 冲突问题


## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不必单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
Expand Down
4 changes: 4 additions & 0 deletions cn/docs/sdk/start/release-notes/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 3
---

## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不再支持单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
Expand Down
10 changes: 10 additions & 0 deletions cn/docs/sdk/start/release-notes/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
title: Unity
sidebar_position: 1
---
## 4.3.12

Released 2024-09-12

### Bug Fixes
- Android 修复 `retrofit2 kotlin module file` 冲突问题

## 4.3.10

Released 2024-08-26

### Features
- 提供统一初始化方式,业务模块不再支持单独进行初始化
- 移除内建账户以及相关依赖
- 各业务模块 API 优化,统一各端调用方式以及命名
4 changes: 2 additions & 2 deletions cn/src/docComponents/v4SDKVersions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const taptapUnity = "4.3.10"
const taptapUnity = "4.3.12"
const taptapIos = "4.3.10"
const taptapAndroid = "4.3.10"
const taptapAndroid = "4.3.12"
const taptapUnreal = "3.29.2"

const v4SDKVersions = {
Expand Down

0 comments on commit c80d094

Please sign in to comment.