Skip to content

Commit c94129f

Browse files
authored
iOS Baseline to build upon for the Admob 2021 SDK (#625)
* removed nativeAdExpress and rewardedVideo iOS impls * removed extra comma in admob testapp project
1 parent d4a91b1 commit c94129f

15 files changed

+4
-1387
lines changed

admob/src/android/admob_android.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ METHOD_LOOKUP_DECLARATION(request_config_builder,
6666
REQUESTCONFIGURATIONBUILDER_METHODS);
6767

6868
// Change codes used when receiving state change callbacks from the Java
69-
// BannerViewHelper and NativeExpressAdViewHelper objects.
69+
// BannerViewHelperHelper object.
7070
enum AdViewChangeCode {
7171
// The callback indicates the presentation state has changed.
7272
kChangePresentationState = 0,

admob/src/common/interstitial_ad.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
#include "admob/src/common/interstitial_ad_internal.h"
2121
#include "app/src/assert.h"
2222
#include "app/src/include/firebase/future.h"
23-
#include "app_framework.h"
24-
25-
using app_framework::LogDebug;
2623

2724
namespace firebase {
2825
namespace admob {

admob/src/ios/FADNativeExpressAdView.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)