I have seen that recently a new warning has appeared in mi project in the following line:
AdRequest adRequest = new AdRequest.Builder().build();
The warning is in "new AdRequest.Builder().build();"
This is the warning:
This method should only be accessed from tests or within private scope
I don't understand why this warning is showing, could it be a bug or something like that?