Skip to content

Commit

Permalink
- Updating Line Flutter Mediation Adapter to use latest google_mobile…
Browse files Browse the repository at this point in the history
…_ads version.

- Updated to latest Line Android adapter

PiperOrigin-RevId: 720594875
  • Loading branch information
LTPhantom committed Feb 6, 2025
1 parent 8af702c commit 06b1081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions packages/mediation/gma_mediation_line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Line Flutter Mediation Adapter Changelog

#### 1.0.0

* Initial release.
* Verified compatibility with Line Android adapter version 2.9.20241129.0
* Verified compatibility with Line iOS adapter version a.b.c.d
* Built and tested with the Google Mobile Ads Flutter Plugin version X.Y.Z.
* Verified compatibility with Line Android adapter version 2.9.20250110.0
* Verified compatibility with Line iOS adapter version 2.9.20241106.1
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.3.1.
2 changes: 1 addition & 1 deletion packages/mediation/gma_mediation_line/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

dependencies {
implementation("com.google.ads.mediation:line:2.9.20241129.0")
implementation("com.google.ads.mediation:line:2.9.20250110.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.0.0")
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mediation/gma_mediation_line/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^5.2.0
google_mobile_ads: ^5.3.1
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 06b1081

Please sign in to comment.