Skip to content

Commit

Permalink
chore: update mediation android sdk to 1.0.1-beta08
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Sep 28, 2024
1 parent 9de7866 commit 81ff335
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
19 changes: 7 additions & 12 deletions src/jekyll/docs/mediation/android/android-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ The Tapsell Mediation SDK currently supports the following 3rd-party programmati
* IronSource
* Liftoff (Vungle)
* Wortise
* Yandex

To integrate, add the adapter dependency you need to your module's app-level `build.gradle`:

Expand All @@ -165,6 +166,7 @@ implementation "ir.tapsell.mediation.adapter:unityads:$tapsellVersion"
implementation "ir.tapsell.mediation.adapter:ironsource:$tapsellVersion"
implementation "ir.tapsell.mediation.adapter:liftoff:$tapsellVersion"
implementation "ir.tapsell.mediation.adapter:wortise:$tapsellVersion"
implementation "ir.tapsell.mediation.adapter:yandex:$tapsellVersion"
```

#### Additional Configuration
Expand All @@ -186,18 +188,7 @@ android {

- Applovin

Add a manifest placeholder inside your module's app-level `build.gradle` providing your Applovin app signature.
(Contact Tapsell support for more information):

```groovy
android {
defaultConfig {
manifestPlaceholders = [
TapsellMediationApplovinAdapterSignature: "YOUR_APP_SIGNATURE",
]
}
}
```
No additional configuration needed.

- Chartboost

Expand Down Expand Up @@ -260,6 +251,10 @@ allprojects {
}
```

- Yandex

No additional configuration needed.

## Implementing Ad Formats
---

Expand Down
1 change: 1 addition & 0 deletions src/jekyll/docs/mediation/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The table below shows the versions mapping between Tapsell Mediation SDK and Tap

| Tapsell Mediation Version | Tapsell Legacy Version | Admob Version | Gradle Version | Kotlin Version |
|:-------------------------:|:----------------------:|:-------------:|:--------------:|:--------------:|
| `1.0.1-beta08` | `4.9.3` | `22.6.0` | `7.6.1` | `1.8.20` |
| `1.0.1-beta07` | `4.9.0` | `22.6.0` | `7.6.1` | `1.8.20` |
| `1.0.1-beta06` | `4.9.0` | `22.6.0` | `7.6.1` | `1.8.20` |
| `1.0.1-beta05` | `4.8.9` | `22.6.0` | `7.6.1` | `1.8.20` |
Expand Down
6 changes: 4 additions & 2 deletions src/jekyll/docs/mediation/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ toc: true
|:----------:|:----------------------------------------------------------------------------------------:|
| Tapsell | `76798342-99a7-4a5f-bf5a-60a088d5dcfb` |
| Admob | `ca-app-pub-3940256099942544~3347511713` |
| AppLovin | `5WfZLCGTQmDr6Mf7BBEf5blVwrf8VBMJSmwUSq9-1q5bPpCH_OGAWEP2z2lRkmonLgPzG6gbL4DlvUF9frFmt6` |


## Test zone ids

Expand Down Expand Up @@ -56,6 +54,10 @@ toc: true
| ChartBoost | Rewarded | `3dde311c-daf5-4a6b-8ce7-08a4103cfb7f` |
| ChartBoost | Interstitial | `0d3e6f6d-8a11-4c32-a076-4415c03132a9` |
| ChartBoost | Banner | `0d3e6f6d-8a11-4c32-a076-4415c03132a9` |
| Yandex | Rewarded Video | `27891b5b-1ff5-48f2-98ad-096cfc2dda1a` |
| Yandex | Interstitial | `e0695171-a079-40c6-9dce-1b31ac2bce15` |
| Yandex | Native | `26ac2ef1-5968-43c2-889b-bf36d68368c4` |
| Yandex | Banner | `d088d32c-47ce-4df8-9b2c-184716c77ec0` |
| Wortise | Rewarded | `4fcf71a4-afd1-412d-9b19-46dd85644f9d` |
| Wortise | Interstitial | `4d268df4-7e8a-43d8-a014-02b4aeff1e72` |
| Wortise | Native | `88eab80b-113b-4856-8dc2-4aa571c4d7c3` |
Expand Down

0 comments on commit 81ff335

Please sign in to comment.