Skip to content

Commit

Permalink
Update Unity Ads Flutter Mediation Adapter to version 1.1.0. Android …
Browse files Browse the repository at this point in the history
…to version 4.12.2.0 and iOS to version 4.12.2.0.

PiperOrigin-RevId: 675586418
  • Loading branch information
Mobile Ads Developer Relations authored and LTPhantom committed Sep 19, 2024
1 parent b27fcbc commit a7f86d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion packages/mediation/gma_mediation_unity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unity Ads Flutter Mediation Adapter Changelog

#### Version 1.1.0
- Verified compatibility with Unity Android adapter version 4.12.2.0
- Verified compatibility with Unity iOS adapter version 4.12.2.0
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### Version 1.0.0
- Initial release.
- Verified compatibility with Unity Android adapter version 4.10.0.0
- Verified compatibility with Unity Android adapter version 4.10.0.0
- Verified compatibility with Unity iOS adapter version 4.10.0.0
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.0.0.
4 changes: 2 additions & 2 deletions packages/mediation/gma_mediation_unity/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
}

dependencies {
implementation 'com.unity3d.ads:unity-ads:4.10.0'
implementation 'com.google.ads.mediation:unity:4.10.0.0'
implementation 'com.unity3d.ads:unity-ads:4.12.2'
implementation 'com.google.ads.mediation:unity:4.12.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.test:core-ktx:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'gma_mediation_unity'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Google Mobile Ads Mediation of Unity Ads.'
s.description = <<-DESC
Mediation Adapter for Unity Ads to use with Google Mobile Ads.
Expand All @@ -16,7 +16,7 @@ Mediation Adapter for Unity Ads to use with Google Mobile Ads.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationUnity', '~>4.10.0.0'
s.dependency 'GoogleMobileAdsMediationUnity', '~>4.12.2.0'
s.platform = :ios, '12.0'
s.static_framework = true

Expand Down
4 changes: 2 additions & 2 deletions packages/mediation/gma_mediation_unity/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gma_mediation_unity
description: "Mediation Adapter that enables sending ad requests to the Unity ad network using the google_mobile_ads plugin."
version: 1.0.0
version: 1.1.0
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/mediation/gma_mediation_unity

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^5.0.0
google_mobile_ads: ^5.1.0
plugin_platform_interface: ^2.0.2

dev_dependencies:
Expand Down

0 comments on commit a7f86d0

Please sign in to comment.