Skip to content

Commit

Permalink
Updating Liftoff Unity mediation plugin to support the latest adapter…
Browse files Browse the repository at this point in the history
…s (7.4.2.0, 7.4.2.0)

PiperOrigin-RevId: 696681016
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 15, 2024
1 parent e751bf0 commit 7a980e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mediation/LiftoffMonetize/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 = '5.2.4'
versionString = '5.2.2'
adapterName = 'LiftoffMonetize'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
2 changes: 1 addition & 1 deletion mediation/LiftoffMonetize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.ads.mobile.mediation.liftoffmonetize",
"version": "5.2.4",
"version": "5.2.2",
"displayName": "Google Mobile Ads Liftoff Monetize Mediation",
"keywords": [
"Google",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
api project(':app')
api 'com.google.ads.mediation:vungle:7.3.1.0'
api 'com.google.ads.mediation:vungle:7.4.2.0'
}

task clearAar(type: Delete) {
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:vungle:7.4.1.0">
<androidPackage spec="com.google.ads.mediation:vungle:7.4.2.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand Down

0 comments on commit 7a980e9

Please sign in to comment.