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 3
3
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
4
4
Adapters are compatible with any Chartboost Mediation SDK version within that major version.
5
5
6
+ ### 4.6.3.0.2.0
7
+ - This version of the adapter has been certified with Pangle SDK 6.3.0.2.
8
+
6
9
### 4.6.2.0.7.0
7
10
- This version of the adapter has been certified with Pangle SDK 6.2.0.7.
8
11
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
minSdk = 21
37
37
targetSdk = 33
38
38
// 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"
40
40
buildConfigField(" String" , " CHARTBOOST_MEDIATION_PANGLE_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
41
41
42
42
consumerProguardFiles(" proguard-rules.pro" )
@@ -73,7 +73,7 @@ dependencies {
73
73
" remoteImplementation" (" com.chartboost:chartboost-mediation-sdk:4.0.0" )
74
74
75
75
// Partner SDK
76
- implementation(" com.pangle.global:ads-sdk:6.2 .0.7 " )
76
+ implementation(" com.pangle.global:ads-sdk:6.3 .0.2 " )
77
77
78
78
// Partner SDK Dependencies
79
79
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:4.6.2 .0.7 .0"
16
+ implementation "com.chartboost:chartboost-mediation-adapter-pangle:4.6.3 .0.2 .0"
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments