Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ThirdPartyAdapters/applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## AppLovin Android Mediation Adapter Changelog

#### Version 13.6.0.0 (In progress)

#### Version 13.5.1.0
- Verified compatibility with AppLovin SDK 13.5.1.

Expand Down
8 changes: 4 additions & 4 deletions ThirdPartyAdapters/applovin/applovin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "AppLovin"
// String property to store version name.
stringVersion = "13.5.1.0"
stringVersion = "13.6.0.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -20,7 +20,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdk 33
versionCode 13050100
versionCode 13060000
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
}
Expand All @@ -41,9 +41,9 @@ android {
}

dependencies {
implementation 'com.applovin:applovin-sdk:13.5.1'
implementation 'com.applovin:applovin-sdk:13.6.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:24.7.0'
implementation 'com.google.android.gms:play-services-ads:25.0.0'

testImplementation 'androidx.core:core-ktx:1.8.0'
testImplementation 'androidx.test:core:1.6.1'
Expand Down
Loading