Skip to content

Commit 2a0c3db

Browse files
Updating Line Unity mediation plugin to support the latest adapters (2.7.20231115.0, 2.6.20230607.1)
PiperOrigin-RevId: 599892076
1 parent 361fb4a commit 2a0c3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mediation/Line/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project.ext {
1919
'UNITY_EXE environment variable and point it to your Unity installation.')
2020
}
2121

22-
versionString = '1.0.0'
22+
versionString = '1.1.0'
2323
adapterName = 'Line'
2424
pluginName = "GoogleMobileAds${adapterName}Mediation"
2525
pluginFileName = "${pluginName}.unitypackage"

mediation/Line/source/plugin/Assets/GoogleMobileAds/Mediation/Line/Editor/LineMediationDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<dependencies>
1818
<androidPackages>
19-
<androidPackage spec="com.google.ads.mediation:line:2.6.20230607.0">
19+
<androidPackage spec="com.google.ads.mediation:line:2.6.20230607.1">
2020
<repositories>
2121
<repository>https://repo.maven.apache.org/maven2/</repository>
2222
<repository>https://dl.google.com/dl/android/maven2/</repository>
@@ -25,6 +25,6 @@
2525
</androidPackages>
2626

2727
<iosPods>
28-
<iosPod name="GoogleMobileAdsMediationLine" version="2.6.20230609.0"/>
28+
<iosPod name="GoogleMobileAdsMediationLine" version="2.7.20231115.0"/>
2929
</iosPods>
3030
</dependencies>

0 commit comments

Comments
 (0)