Plugins->GoogleMobileAds -> Api -> Core -> Open Adrequest.cs
using System;
using System.Collections.Generic;
using GoogleMobileAds.Api.Mediation;
namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "[VERSION]";
...
Refference:
How to find out which version of Google AdMob is used in Unity?
Google AdMob released the following statement latelty: Starting January 23, 2018, we will no longer support Google Mobile Ads (GMA) SDK versions lower than 7.0.0 for Android or iOS. How can I c...
stackoverflow.com