Skip to content

Commit

Permalink
Changed unity package to gma_mediation_unity
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed Dec 12, 2023
1 parent d25f7fb commit 46c87e7
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'dart:io' show Platform;

import 'package:flutter/material.dart';
import 'package:google_mobile_ads/google_mobile_ads.dart';
import 'package:unity/unity_adapter.dart';
import 'package:gma_mediation_unity/unity_adapter.dart';
import 'dart:developer';

import 'anchored_adaptive_example.dart';
Expand Down
4 changes: 2 additions & 2 deletions packages/google_mobile_ads/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies:
path: ../
# meta_audience_network:
# path: ../mediation/meta_audience_network
unity:
path: ../mediation/unity
gma_mediation_unity:
path: ../mediation/gma_mediation_unity
webview_flutter_android: ^3.7.0
webview_flutter: ^4.0.5

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: unity
name: gma_mediation_unity
description: "Mediation Adapter for Unity Ads to use with Google Mobile Ads."
version: 1.0.0
version: 1.0.0-alpha.1
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/google_mobile_ads/mediation

environment:
Expand Down

0 comments on commit 46c87e7

Please sign in to comment.