I am trying to integrate Google sign in, in my app, I added these libraries:
compile \'com.google.android.gms:play-services-identity:8.1.0\' compile \'com.go
this code solved problem
defaultConfig { multiDexEnabled true }
For easiest way to implement google sign in visit: google sign in android
Also try
dexOptions { javaMaxHeapSize "4g" }
Also keep same version number for different services.