So Google has released modular Play Services and supposedly you can do something like this in your gradle file: compile 'com.google.android.gms:play-services-plus:6.5.+'
but I get an error saying: Error:Failed to find: com.google.android.gms:play-services-plus:6.5.+
I'm on Android Studio 1.0 (rels. 12/8/2014) w/ the latest version of gradle.
any ideas?
thanks