Skip to content

Commit

Permalink
* GoogleMobileAds adapter updated, no api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Nov 22, 2023
1 parent e2b6d5c commit 18f18cc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions firebase/ios-google-mobile-ads-adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ AdMob Mediation is a feature that lets you serve ads to your apps from multiple

| Adapters | Description | Version |
|---------------------------|------------------------------|-----------|
| [AppLovin](ios-applovin/) | AppLovin Mediation Adapter | 11.11.3.0 |
| [InMobi](ios-inmobi/) | InMobi Ads Mediation Adapter | 10.5.6.0 |
| [AppLovin](ios-applovin/) | AppLovin Mediation Adapter | 11.11.4.0 |
| [InMobi](ios-inmobi/) | InMobi Ads Mediation Adapter | 10.6.0.0 |
| [Facebook](ios-facebook/) | Facebook Mediation Adapter | 6.14.0.0 |

## Versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-firebase-google-mobile-ads-applovin-adapter-ios</artifactId>
<name>RoboPods FireBase AppLovin Mediation Adapter iOS v11.11.3.0</name>
<name>RoboPods FireBase AppLovin Mediation Adapter iOS v11.11.4.0</name>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017 Google Inc.
// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
// Copyright 2018 Google LLC
//
// GADMAdapterAppLovinExtras.h
//
//
// Created by Thomas So on 1/11/18.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <GoogleMobileAds/GoogleMobileAds.h>
#import <AppLovinSDK/AppLovinSDK.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 Google Inc.
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion firebase/ios-google-mobile-ads-adapters/ios-inmobi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-firebase-google-mobile-ads-inmobi-adapter-ios</artifactId>
<name>RoboPods FireBase InMobi Ads Mediation Adapter iOS v10.5.6.0</name>
<name>RoboPods FireBase InMobi Ads Mediation Adapter iOS v10.6.0.0</name>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 18f18cc

Please sign in to comment.