Skip to content

Commit e2fb101

Browse files
committed
4.6.3.0.2.0
1 parent b2aefcb commit e2fb101

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
@@ -3,6 +3,9 @@
33
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
44
Adapters are compatible with any Chartboost Mediation SDK version within that major version.
55

6+
### 4.6.3.0.2.0
7+
- This version of the adapter has been certified with Pangle SDK 6.3.0.2.
8+
69
### 4.6.2.0.7.0
710
- This version of the adapter has been certified with Pangle SDK 6.2.0.7.
811

PangleAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdk = 21
3737
targetSdk = 33
3838
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
39-
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.6.2.0.7.0"
39+
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.6.3.0.2.0"
4040
buildConfigField("String", "CHARTBOOST_MEDIATION_PANGLE_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4141

4242
consumerProguardFiles("proguard-rules.pro")
@@ -73,7 +73,7 @@ dependencies {
7373
"remoteImplementation"("com.chartboost:chartboost-mediation-sdk:4.0.0")
7474

7575
// Partner SDK
76-
implementation("com.pangle.global:ads-sdk:6.2.0.7")
76+
implementation("com.pangle.global:ads-sdk:6.3.0.2")
7777

7878
// Partner SDK Dependencies
7979
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:4.6.2.0.7.0"
16+
implementation "com.chartboost:chartboost-mediation-adapter-pangle:4.6.3.0.2.0"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)