Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions DTExchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## DT Exchange Unity Mediation Plugin Changelog

#### Version 3.5.10 (In progress)

#### [Version 3.5.9](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.5.9.zip)
- Supports [DT Exchange Android adapter version 8.4.5.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8450).
- Supports [DT Exchange iOS adapter version 8.4.7.1](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8471).
Expand Down
2 changes: 1 addition & 1 deletion DTExchange/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 = '3.5.10'
versionString = '3.5.9'
adapterName = 'DTExchange'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationFyber" version="8.4.7.1.1"/>
<iosPod name="GoogleMobileAdsMediationFyber" version="8.4.7.1"/>
</iosPods>
</dependencies>
Loading