Skip to content

Commit adfb94e

Browse files
5.6.4.0.2.0 (#100)
1 parent b7b1637 commit adfb94e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https://
1111

1212
## Mediation 5
1313

14+
### 5.6.4.0.2.0
15+
- This version of the adapter has been certified with Pangle SDK 6.4.0.2.
16+
1417
### 5.6.3.0.4.0
1518
- This version of the adapter has been certified with Pangle SDK 6.3.0.4.
1619

PangleAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
minSdk = 21
4444
targetSdk = 34
4545
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
46-
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.6.3.0.4.0"
46+
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.6.4.0.2.0"
4747
buildConfigField("String", "CHARTBOOST_MEDIATION_PANGLE_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4848

4949
consumerProguardFiles("proguard-rules.pro")
@@ -92,7 +92,7 @@ dependencies {
9292
"candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0")
9393

9494
// Partner SDK
95-
implementation("com.pangle.global:ads-sdk:6.3.0.4")
95+
implementation("com.pangle.global:ads-sdk:6.4.0.2")
9696

9797
// Partner SDK Dependencies
9898
implementation("androidx.appcompat:appcompat:1.5.1")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Chartboost Mediation Pangle adapter mediates Pangle via the Chartboost Media
1313

1414
In your `build.gradle`, add the following entry:
1515
```
16-
implementation "com.chartboost:chartboost-mediation-adapter-pangle:5.6.3.0.4.0"
16+
implementation "com.chartboost:chartboost-mediation-adapter-pangle:5.6.4.0.2.0"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)