Skip to content

Commit dcdb79f

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating Line Unity mediation plugin to support the latest adapters (3.1.0.0, 3.0.1.1)
PiperOrigin-RevId: 924765583
1 parent 17271fe commit dcdb79f

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Line/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Line Unity Mediation Plugin Changelog
22

3+
#### Version 2.1.1 (In progress)
4+
35
#### [Version 2.1.0](https://dl.google.com/googleadmobadssdk/mediation/unity/line/LineUnityAdapter-2.1.0.zip)
46
- Supports [Line Android adapter version 3.1.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/line/CHANGELOG.md#version-3100).
57
- Supports [Line iOS adapter version 3.0.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/Line/CHANGELOG.md#version-3010).

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 = '2.1.0'
22+
versionString = '2.1.1'
2323
adapterName = 'Line'
2424
pluginName = "GoogleMobileAds${adapterName}Mediation"
2525
pluginFileName = "${pluginName}.unitypackage"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
</androidPackages>
2626

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

0 commit comments

Comments
 (0)