File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https://
11
11
12
12
## Mediation 5
13
13
14
+ ### 5.6.4.0.2.0
15
+ - This version of the adapter has been certified with Pangle SDK 6.4.0.2.
16
+
14
17
### 5.6.3.0.4.0
15
18
- This version of the adapter has been certified with Pangle SDK 6.3.0.4.
16
19
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
minSdk = 21
44
44
targetSdk = 34
45
45
// 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"
47
47
buildConfigField(" String" , " CHARTBOOST_MEDIATION_PANGLE_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
48
48
49
49
consumerProguardFiles(" proguard-rules.pro" )
@@ -92,7 +92,7 @@ dependencies {
92
92
" candidateImplementation" (" com.chartboost:chartboost-mediation-sdk:5.0.0" )
93
93
94
94
// Partner SDK
95
- implementation(" com.pangle.global:ads-sdk:6.3 .0.4 " )
95
+ implementation(" com.pangle.global:ads-sdk:6.4 .0.2 " )
96
96
97
97
// Partner SDK Dependencies
98
98
implementation(" androidx.appcompat:appcompat:1.5.1" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Mediation Pangle adapter mediates Pangle via the Chartboost Media
13
13
14
14
In your ` build.gradle ` , add the following entry:
15
15
```
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"
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments