Skip to content

Commit

Permalink
Updating AppLovin Unity mediation plugin to support the latest adapte…
Browse files Browse the repository at this point in the history
…rs (12.4.2.0, 12.4.3.0)

PiperOrigin-RevId: 632614702
  • Loading branch information
Mobile Ads Developer Relations authored and maddevrelgithubbot committed May 10, 2024
1 parent e40808d commit 8efd4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mediation/AppLovin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project.ext {
'UNITY_EXE environment variable and point it to your Unity installation.')
}

versionString = '7.2.1'
versionString = '7.2.2'
adapterName = 'AppLovin'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<dependencies>
<androidPackages>
<androidPackage spec="com.google.ads.mediation:applovin:12.4.2.0">
<androidPackage spec="com.google.ads.mediation:applovin:12.4.3.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand All @@ -25,6 +25,6 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationAppLovin" version="12.4.1.0"/>
<iosPod name="GoogleMobileAdsMediationAppLovin" version="12.4.2.0"/>
</iosPods>
</dependencies>

0 comments on commit 8efd4b9

Please sign in to comment.