This commit is contained in:
Savya Bikram Shah
2026-05-29 20:31:37 +05:45
parent b74af8867e
commit 3e5ff544bf
23 changed files with 427 additions and 2041 deletions

18
Assets/GoogleMobileAds/link.xml Executable file
View File

@@ -0,0 +1,18 @@
<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>