diff --git a/packages/google_mobile_ads/mediation/gma_mediation_meta/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_meta/GmaMediationMetaPlugin.kt b/packages/google_mobile_ads/mediation/gma_mediation_meta/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_meta/GmaMediationMetaPlugin.kt index 8929e74fd..8ffed8890 100644 --- a/packages/google_mobile_ads/mediation/gma_mediation_meta/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_meta/GmaMediationMetaPlugin.kt +++ b/packages/google_mobile_ads/mediation/gma_mediation_meta/android/src/main/kotlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_meta/GmaMediationMetaPlugin.kt @@ -16,7 +16,7 @@ package io.flutter.plugins.googlemobileads.mediation.gma_mediation_meta import io.flutter.embedding.engine.plugins.FlutterPlugin -/** GmaMediationMetaPlugin */ +/** Required to link the Android dependency of the Meta Audience Network Adapter. */ class GmaMediationMetaPlugin: FlutterPlugin { override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) { } diff --git a/packages/google_mobile_ads/mediation/gma_mediation_meta/ios/Classes/GmaMediationMetaPlugin.swift b/packages/google_mobile_ads/mediation/gma_mediation_meta/ios/Classes/GmaMediationMetaPlugin.swift index a79ecd32f..be6728b07 100644 --- a/packages/google_mobile_ads/mediation/gma_mediation_meta/ios/Classes/GmaMediationMetaPlugin.swift +++ b/packages/google_mobile_ads/mediation/gma_mediation_meta/ios/Classes/GmaMediationMetaPlugin.swift @@ -15,6 +15,7 @@ import Flutter import UIKit +/** Required to link the iOS dependency of the Meta Audience Network Adapter. */ public class GmaMediationMetaPlugin: NSObject, FlutterPlugin { public static func register(with registrar: FlutterPluginRegistrar) { } } diff --git a/packages/google_mobile_ads/mediation/gma_mediation_meta/lib/.gitkeep b/packages/google_mobile_ads/mediation/gma_mediation_meta/lib/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/packages/google_mobile_ads/mediation/gma_mediation_meta/lib/gma_mediation_meta.dart b/packages/google_mobile_ads/mediation/gma_mediation_meta/lib/gma_mediation_meta.dart deleted file mode 100644 index a25d5fea7..000000000 --- a/packages/google_mobile_ads/mediation/gma_mediation_meta/lib/gma_mediation_meta.dart +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2024 Google LLC -// -// 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 -// -// https://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. - -class GmaMediationMeta {}