com.google.ads.mobile
Version:
The Google Mobile Ads package allows you to easily monetize your Unity apps for iOS and Android using Google's native iOS and Android Mobile SDKs via a unified C# API in Unity.
19 lines (18 loc) • 859 B
text/xml
<linker>
<assembly fullname="GoogleMobileAds.iOS" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.iOS" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Android" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Android" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Ump.Android" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Ump.Android" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Ump.iOS" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.Ump.iOS" preserve="all" />
</assembly>
</linker>