I am integrating OAuth login for Google+ on my android application, following the tutorial.
According to the tutorial, I should add the Google Service plugin by addi
Adding jcenter repository to project level build.gradle helped in my case:
buildscript { repositories { jcenter(); mavenCentral() }