Skip to content

Commit

Permalink
tap adn版本更新 (#1277)
Browse files Browse the repository at this point in the history
Co-authored-by: wangping <[email protected]>
  • Loading branch information
estelle1995 and wangping authored Nov 13, 2024
1 parent 8292afe commit 0c712aa
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 52 deletions.
26 changes: 6 additions & 20 deletions cn/docs/sdk/tap-adn/tds-tapad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ dependencies {
implementation "com.android.support:support-v4:28.0.0"
implementation "com.github.bumptech.glide:glide:4.9.0"
implementation 'com.android.support:recyclerview-v7:28.0.0'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.huawei.com/repo'
// implementation 'com.huawei.hms:ads-identifier:3.4.62.300'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.hihonor.com/repo'
// implementation 'com.hihonor.mcs:ads-identifier:1.0.3.300'
// 加入的依赖库-结束
// highlight-end
// 下面这行是 Unity 的 mainTemplate.gradle 自带的,帮助定位插入位置
Expand All @@ -119,8 +111,8 @@ dependencies {
:::tip
**TapADN SDK 3.16.3.10 版本开始更新了 glide 的依赖,glide 版本从 4.0.0 更新到了 4.9.0。**
:::
```groovy
repositories{
<CodeBlock className="groovy">
{`repositories{
flatDir{
dirs 'src/main/libs'
}
Expand All @@ -136,17 +128,9 @@ dependencies {
implementation "com.android.support:support-v4:28.0.0"
implementation "com.github.bumptech.glide:glide:4.9.0"
implementation 'com.android.support:recyclerview-v7:28.0.0'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.huawei.com/repo'
// implementation 'com.huawei.hms:ads-identifier:3.4.62.300'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.hihonor.com/repo'
// implementation 'com.hihonor.mcs:ads-identifier:1.0.3.300'
// ...
}
```
}`}
</CodeBlock>

</>

Expand Down Expand Up @@ -2015,3 +1999,5 @@ sign = fmt.Sprintf("%x", sha256.Sum256(trans_id:SecurityKey))
|**10007**| Request AdSpace Miss | |
|**10008**| Request AdSpace Not Match| |
|**10009**| Request Invalid DeviceId | |


4 changes: 2 additions & 2 deletions cn/docs/tap-download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br></br>

[接入文档](/sdk/tap-adn/tds-tapad/) &nbsp;&nbsp; [合规指南](/sdk/tap-adn/adn-compliance/)
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.39.aar) 版本: 3.16.3.39 更新日期: 2024-11-06
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.39.unitypackage) 版本: 3.16.3.39 更新日期: 2024-11-06
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.40.aar) 版本: 3.16.3.40 更新日期: 2024-11-13
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.40.unitypackage) 版本: 3.16.3.40 更新日期: 2024-11-13
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.37.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.37-release.apk)

:::tip
Expand Down
4 changes: 2 additions & 2 deletions cn/src/docComponents/v3SDKVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const v3SDKVersions = {
}
},
tapadn: {
unity: "3.16.3.39",
android: "3.16.3.39",
unity: "3.16.3.40",
android: "3.16.3.40",
},
tapGlobalPayments: {
unity: "4.0.14",
Expand Down
4 changes: 2 additions & 2 deletions cn/src/docComponents/v4SDKVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const v4SDKVersions = {
}
},
tapadn: {
unity: "3.16.3.39",
android: "3.16.3.39",
unity: "3.16.3.40",
android: "3.16.3.40",
},
tapGlobalPayments: {
unity: "4.0.14",
Expand Down
24 changes: 4 additions & 20 deletions cn/versioned_docs/version-v3/sdk/tap-adn/tds-tapad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ dependencies {
implementation "com.android.support:support-v4:28.0.0"
implementation "com.github.bumptech.glide:glide:4.9.0"
implementation 'com.android.support:recyclerview-v7:28.0.0'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.huawei.com/repo'
// implementation 'com.huawei.hms:ads-identifier:3.4.62.300'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.hihonor.com/repo'
// implementation 'com.hihonor.mcs:ads-identifier:1.0.3.300'
// 加入的依赖库-结束
// highlight-end
// 下面这行是 Unity 的 mainTemplate.gradle 自带的,帮助定位插入位置
Expand All @@ -119,8 +111,8 @@ dependencies {
:::tip
**TapADN SDK 3.16.3.10 版本开始更新了 glide 的依赖,glide 版本从 4.0.0 更新到了 4.9.0。**
:::
```groovy
repositories{
<CodeBlock className="groovy">
{`repositories{
flatDir{
dirs 'src/main/libs'
}
Expand All @@ -136,17 +128,9 @@ dependencies {
implementation "com.android.support:support-v4:28.0.0"
implementation "com.github.bumptech.glide:glide:4.9.0"
implementation 'com.android.support:recyclerview-v7:28.0.0'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.huawei.com/repo'
// implementation 'com.huawei.hms:ads-identifier:3.4.62.300'

// 如果引入了 oaid sdk 则不需要引入下述依赖
// 需要新增 maven 'https://developer.hihonor.com/repo'
// implementation 'com.hihonor.mcs:ads-identifier:1.0.3.300'
// ...
}
```
}`}
</CodeBlock>

</>

Expand Down
4 changes: 2 additions & 2 deletions cn/versioned_docs/version-v3/tap-download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br></br>

[接入文档](/v3/sdk/tap-adn/tds-tapad/) &nbsp;&nbsp; [合规指南](/v3/sdk/tap-adn/adn-compliance/)
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.39.aar) 版本: 3.16.3.39 更新日期: 2024-11-06
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.39.unitypackage) 版本: 3.16.3.39 更新日期: 2024-11-06
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.40.aar) 版本: 3.16.3.40 更新日期: 2024-11-13
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.40.unitypackage) 版本: 3.16.3.40 更新日期: 2024-11-13
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.37.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.37-release.apk)

:::tip
Expand Down
4 changes: 2 additions & 2 deletions hk/src/docComponents/v3SDKVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const v3SDKVersions = {
}
},
tapadn: {
unity: "3.16.3.39",
android: "3.16.3.39",
unity: "3.16.3.40",
android: "3.16.3.40",
},
tapGlobalPayments: {
unity: "4.0.14",
Expand Down
4 changes: 2 additions & 2 deletions hk/src/docComponents/v4SDKVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const v4SDKVersions = {
}
},
tapadn: {
unity: "3.16.3.39",
android: "3.16.3.39",
unity: "3.16.3.40",
android: "3.16.3.40",
},
tapGlobalPayments: {
unity: "4.4.0",
Expand Down

0 comments on commit 0c712aa

Please sign in to comment.