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 29, 2024
1 parent 81ff335 commit 1f4f940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jekyll/docs/mediation/android/android-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To prepare your app, complete the following steps:

```groovy
dependencies {
def tapsellVersion = "1.0.1-beta07"
def tapsellVersion = "1.0.1-beta08"
implementation "ir.tapsell.mediation:tapsell:$tapsellVersion" // Mediation
implementation "ir.tapsell.mediation.adapter:legacy:$tapsellVersion" // Tapsell Adapter
}
Expand Down
4 changes: 2 additions & 2 deletions src/jekyll/docs/mediation/android/preroll-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make sure to add the IMA gradle dependency to your project.

```groovy
dependencies {
def tapsellVersion = "1.0.1-beta07"
def tapsellVersion = "1.0.1-beta08"
implementation("com.google.ads.interactivemedia.v3:interactivemedia:$imaVersion") // Google IMA Adapter
}
```
Expand Down Expand Up @@ -140,7 +140,7 @@ follows:

```groovy
dependencies {
def tapsellVersion = "1.0.1-beta07"
def tapsellVersion = "1.0.1-beta08"
implementation "ir.tapsell.mediation.adapter:legacy-ima-extension:$tapsellVersion" // Tapsell legacy IMA Adapter
}
```
Expand Down

0 comments on commit 1f4f940

Please sign in to comment.