I want to add a dependency to one of my apps, the next one:
Google Analytics Services SDK for Android
com.google.android.gms:play-services-analytics:18.0.2
According to the documentation Set up Google Play services I need to open the build.gradle
file of my app and add the above deoendency to the dependencies
block.
How to do this without native code?