Skip to content

Commit

Permalink
Updating AppLovin Android adapter for release version 13.0.1.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718989198
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 23, 2025
1 parent 64fc5f8 commit c56491a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/applovin/applovin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "AppLovin"
// String property to store version name.
stringVersion = "13.0.1.0"
stringVersion = "13.0.1.1"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -18,7 +18,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 13000100
versionCode 13000101
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
}
Expand All @@ -33,7 +33,7 @@ android {
dependencies {
implementation 'com.applovin:applovin-sdk:13.0.1'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.4.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'
}

/**
Expand Down

0 comments on commit c56491a

Please sign in to comment.