41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<!--
|
|
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.
|
|
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.
|
|
-->
|
|
|
|
<dependencies>
|
|
<androidPackages>
|
|
|
|
<androidPackage spec="com.google.ads.mediation:unity:4.12.3.0">
|
|
<repositories>
|
|
<repository>https://repo.maven.apache.org/maven2/</repository>
|
|
<repository>https://dl.google.com/dl/android/maven2/</repository>
|
|
</repositories>
|
|
</androidPackage>
|
|
|
|
<!-- If using the Unity Ads Service from Unity3D, comment out this dependency to avoid
|
|
including the Unity Android SDK twice. -->
|
|
<androidPackage spec="com.unity3d.ads:unity-ads:4.12.3">
|
|
<repositories>
|
|
<repository>https://repo.maven.apache.org/maven2/</repository>
|
|
</repositories>
|
|
</androidPackage>
|
|
|
|
</androidPackages>
|
|
|
|
<iosPods>
|
|
<iosPod name="GoogleMobileAdsMediationUnity" version="4.12.3.0"/>
|
|
</iosPods>
|
|
</dependencies>
|