Android Gradle - apply plugin

I’d like to add " apply plugin: ‘com.google.gms.google-services’ " in Android’s build.gradle file.
I’ve searched docs. from Fuse site there was no information about ‘apply plugin’.
Is there anyone who can resolve this?

We have a macro for adding things to the end of the gradle file. Which is the place they recommend putting the apply plugin. To use this add this attribute to an Uno class:

[Require("Gradle.BuildFile.End", "apply plugin: 'com.google.gms.google-services'")]

I hope this helps

Thanks. I’ll try it.