Skip to content

Commit

Permalink
Merge branch 'googleads:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hig-dev authored Aug 30, 2024
2 parents 516708a + 3e2947d commit f6b9c76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/mediation/gma_mediation_applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## AppLovin Flutter Mediation Adapter Changelog

#### 1.2.0
* Verified compatibility with AppLovin Android adapter version 12.6.1.0.
* Verified compatibility with AppLovin iOS adapter version 12.6.1.0.
* Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0.

#### 1.1.0
* API for the GmaMediationApplovin is no longer static.
* Verified compatibility with AppLovin Android adapter version 12.4.3.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ android {
}

dependencies {
implementation 'com.applovin:applovin-sdk:12.4.3'
implementation 'com.google.ads.mediation:applovin:12.4.3.0'
implementation 'com.google.android.gms:play-services-ads:23.0.0'
implementation 'com.applovin:applovin-sdk:12.6.1'
implementation 'com.google.ads.mediation:applovin:12.6.1.0'
implementation 'com.google.android.gms:play-services-ads:23.3.0'
implementation 'androidx.core:core-ktx:1.8.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core: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_applovin'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Google Mobile Ads Mediation of AppLovin.'
s.description = <<-DESC
Mediation Adapter for AppLovin to use with Google Mobile Ads.
Expand All @@ -16,7 +16,7 @@ Mediation Adapter for AppLovin to use with Google Mobile Ads.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMobileAdsMediationAppLovin', '~> 12.4.2.0'
s.dependency 'GoogleMobileAdsMediationAppLovin', '~> 12.6.1.0'
s.platform = :ios, '12.0'
s.static_framework = true

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

environment:
Expand Down

0 comments on commit f6b9c76

Please sign in to comment.