We are using the cordova-google-maps plugin in our Cordova application, and have recently upgraded to the 2.0.0-beta version of the plugin. The old version's plugin.xml included the lines
<framework src="com.google.android.gms:play-services-maps:9.8.0" />
<framework src="com.google.android.gms:play-services-location:9.8.0" />
and we had no problem building in PhoneGap Build.
However, the latest version uses play-services 10.0.0, and the build now fails.
When will play-services 10.0.0 be available in PhoneGap Build?