Here is my project build.gradle:
buildscript { ... dependencies { ... classpath \'com.google.gms:google-services:3.1
You only set apply plugin: 'com.google.gms.google-services' in the app module, and in no other modules.
apply plugin: 'com.google.gms.google-services'