Skip to content

Commit

Permalink
Update Unity mediation plugin to iOS 4.12.3.1 and Android 4.12.3.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686561295
  • Loading branch information
Mobile Ads Developer Relations authored and LTPhantom committed Oct 16, 2024
1 parent 8e630c3 commit 264f9b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions packages/mediation/gma_mediation_unity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## Unity Ads Flutter Mediation Adapter Changelog

#### Next Version
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.2.0.

#### 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.
- Verified compatibility with Unity Android adapter version 4.12.3.0
- Verified compatibility with Unity iOS adapter version 4.12.3.1
- Built and tested with the Google Mobile Ads Flutter Plugin version 5.2.0.

#### Version 1.0.0
- Initial release.
Expand Down
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.12.2'
implementation 'com.google.ads.mediation:unity:4.12.2.0'
implementation 'com.unity3d.ads:unity-ads:4.12.3'
implementation 'com.google.ads.mediation:unity:4.12.3.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 @@ -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.12.2.0'
s.dependency 'GoogleMobileAdsMediationUnity', '~>4.12.3.1'
s.platform = :ios, '12.0'
s.static_framework = true

Expand Down

0 comments on commit 264f9b8

Please sign in to comment.