Skip to content

Commit cd1ae74

Browse files
authored
Applovin 13.1.0. (#97)
1 parent 2849e62 commit cd1ae74

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

AppLovinAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
minSdk = 21
4343
targetSdk = 34
4444
// 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"
4646
buildConfigField("String", "CHARTBOOST_MEDIATION_APPLOVIN_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4747

4848
consumerProguardFiles("proguard-rules.pro")
@@ -91,7 +91,7 @@ dependencies {
9191
"candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0")
9292

9393
// Partner SDK
94-
implementation("com.applovin:applovin-sdk:13.0.1")
94+
implementation("com.applovin:applovin-sdk:13.1.0")
9595

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

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.13.1.0.0
15+
- This version of the adapter has been certified with AppLovin SDK 13.1.0.
16+
1417
### 5.13.0.1.0
1518
- This version of the adapter has been certified with AppLovin SDK 13.0.1.
1619

README.md

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

1414
In your `build.gradle`, add the following entry:
1515
```
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"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)