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 @@ -42,7 +42,7 @@ android {
42
42
minSdk = 21
43
43
targetSdk = 34
44
44
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
45
- android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 5.13.0.1 .0"
45
+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 5.13.1.0 .0"
46
46
buildConfigField(" String" , " CHARTBOOST_MEDIATION_APPLOVIN_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
47
47
48
48
consumerProguardFiles(" proguard-rules.pro" )
@@ -91,7 +91,7 @@ dependencies {
91
91
" candidateImplementation" (" com.chartboost:chartboost-mediation-sdk:5.0.0" )
92
92
93
93
// Partner SDK
94
- implementation(" com.applovin:applovin-sdk:13.0.1 " )
94
+ implementation(" com.applovin:applovin-sdk:13.1.0 " )
95
95
96
96
// Partner SDK Dependencies
97
97
implementation(" androidx.appcompat:appcompat:1.5.1" )
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.13.1.0.0
15
+ - This version of the adapter has been certified with AppLovin SDK 13.1.0.
16
+
14
17
### 5.13.0.1.0
15
18
- This version of the adapter has been certified with AppLovin SDK 13.0.1.
16
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Mediation AppLovin adapter mediates AppLovin via the Chartboost M
13
13
14
14
In your ` build.gradle ` , add the following entry:
15
15
```
16
- implementation "com.chartboost:chartboost-mediation-adapter-applovin:5.13.0.1 .0"
16
+ implementation "com.chartboost:chartboost-mediation-adapter-applovin:5.13.1.0 .0"
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments