<div dir="ltr">Hi All, <div>I have been working cordova push quickstarts and noticed that on Android installation through JBoss tools started to fail. </div><div><br></div><div>After a  bit of investigation  I figured that the failure occurs because push plugin defines cordova plugin &quot;com.google.playservices&quot; as a dependency through a git URL[1] that points to the master of the plugin&#39;s repo. Unfortunately this repo received a change [2] which started to use a new feature that was not implemented for JBoss tools. In this particular case, I am already implementing the missing feature so it should be all good soon. However I have doubts that referencing a dependency through master is a good idea. I think it may not only make it really difficult for us to reproduce cases but also unexpected behaviour may just appear.</div>

<div><br></div><div><br></div><div>[1] <a href="https://github.com/MobileChromeApps/google-play-services" target="_blank">https://github.com/MobileChromeApps/google-play-services</a></div><div>[2] <a href="https://github.com/MobileChromeApps/google-play-services/commit/41c19152c21981c9a2f6497cc2100c317f5c660d" target="_blank">https://github.com/MobileChromeApps/google-play-services/commit/41c19152c21981c9a2f6497cc2100c317f5c660d</a></div>


</div>