Skip to content

Commit 596db9a

Browse files
committed
Release 4.4.1
1 parent 6d1d607 commit 596db9a

File tree

26 files changed

+144
-208
lines changed

26 files changed

+144
-208
lines changed

Adapters/AppLovin/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## AppLovin Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:applovin:13.3.1.2")
3+
implementation("com.cleveradssolutions:applovin:13.5.0.0")
44
```
55

6+
### 13.5.0.0
7+
- Certified with AppLovin - 13.5.0
8+
69
### 13.3.1.2
710
- Fixed a rare issue where information about displayed ads could be lost, preventing ILRD from being sent.
811

Adapters/AudienceNetwork/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Meta Audience Network Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:facebook:6.20.0.0")
3+
implementation("com.cleveradssolutions:facebook:6.20.0.1")
44
```
55

6+
### 6.20.0.1
7+
- Compatibility improvements for CAS 4.4.1.
8+
69
### 6.20.0.0
710
- Certified with Meta Audience Network - 6.20.0
811

Adapters/Bigo/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Bigo Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:bigo:5.5.1.0")
3+
implementation("com.cleveradssolutions:bigo:5.5.2.0")
44
```
55

6+
### 5.5.2.0
7+
- Certified with Bigo - 5.5.2
8+
69
### 5.5.1.0
710
- Certified with Bigo - 5.5.1
811

Adapters/Chartboost/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
## Chartboost Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:chartboost:9.9.3.0")
3+
implementation("com.cleveradssolutions:chartboost:9.10.0.0")
44
```
55
Required repository:
66
```kotlin
77
maven { url = uri("https://cboost.jfrog.io/artifactory/chartboost-ads/") }
88
```
99

10+
### 9.10.0.0
11+
- Certified with Chartboost - 9.10.0
12+
- Improvements for Bidding requests.
13+
1014
### 9.9.3.0
1115
- Certified with Chartboost - 9.9.3
1216
- Removed `isCached` checks to prevent valid ads from being blocked.

Adapters/DTExchange/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## DT Exchange Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:fyber:8.3.8.0")
3+
implementation("com.cleveradssolutions:fyber:8.4.0.0")
44
```
55

6+
### 8.4.0.0
7+
- Certified with DT Exchange - 8.4.0
8+
69
### 8.3.8.0
710
- Certified with DT Exchange - 8.3.8
811

Adapters/GoogleMobileAds/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Google Ads Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:google:24.5.0.1")
3+
implementation("com.cleveradssolutions:google:24.7.0.0")
44
```
55

6+
### 24.7.0.0
7+
- Certified with Google Mobile Ads - 24.7.0
8+
69
### 24.5.0.1
710
- Improved ILRD from Google Ads Manager.
811
- Added support new internal configurations (Closed beta).

Adapters/InMobi/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## InMobi Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:inmobi:10.8.7.0")
3+
implementation("com.cleveradssolutions:inmobi:10.8.8.0")
44
```
55

6+
### 10.8.8.0
7+
- Certified with InMobi - 10.8.8
8+
69
### 10.8.7.0
710
- Certified with InMobi - 10.8.7
811
- Improved performance of bidding requests.

Adapters/IronSource/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## IronSource Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:ironsource:8.11.0.0")
3+
implementation("com.cleveradssolutions:ironsource:9.0.0.0")
44
```
55

6+
### 9.0.0.0
7+
- Certified with IronSource - 9.0.0
8+
69
### 8.11.0.0
710
- Certified with IronSource - 8.11.0
811

Adapters/Kidoz/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## Kidoz Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:kidoz:10.0.4.0")
3+
implementation("com.cleveradssolutions:kidoz:10.1.2.0")
44
```
55

6+
### 10.1.2.0
7+
- Certified with Kidoz - 10.1.2
8+
- Added support Bidding requests with CAS 4.4.1. (Closed beta)
9+
610
### 10.0.4.0
711
- Certified with Kidoz - 10.0.4
812

Adapters/LiftoffMonetize/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## LiftoffMonetize Android Mediation Adapter Changelog
22
```kotlin
3-
implementation("com.cleveradssolutions:vungle:7.5.1.0")
3+
implementation("com.cleveradssolutions:vungle:7.6.0.0")
44
```
55

6+
### 7.6.0.0
7+
- Certified with Liftoff Monetize - 7.6.0
8+
69
### 7.5.1.0
710
- Certified with Liftoff Monetize - 7.5.1
811

0 commit comments

Comments
 (0)