One of the plugins that I am trying to incorporate requires me to add the below to the manifest
code
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
/code
Where / how exactly in the androidmanifest.xml should the google play services be included?
thanks