I\'ve been previously using google play services 8.3.0 without any issue. I\'m looking to upgrade to google play services 8.4.0. I\'m using the following play libraries:>
I've faced the same issue while going through the official tutorial.
Solution was to change
classpath 'com.google.gms:google-services:2.0.0-alpha6'
to
classpath 'com.google.gms:google-services:3.0.0'
I've found the correct version number in the sample on the github.