I actually have the next dependencies in my gradle file:
compile 'com.google.android.gms:play-services-auth:8.4.0'
compile 'com.google.android.gms:play-services:8.4.0'
When I added the last (needed to implement GCM) I got errors, and now I need to use multidex for debugging.
My question is if the first library is redundant.
Thanks in advance.