Can somebody explain me please what is the difference between Android Support Repository vs Android Support Library vs Google Repository vs Google Play Services?
My understanding is that Google Repository is identical with Google Play Services just that has separated all the apis (vs the classical play services that is one big jar containing all) and that is better suited to be used in android studio because now you can choose exactly what api you want to compile (eg 'com.google.android.gms:play-services-ads:+') vs relying on proguard to strip away the unneeded apis at build time.
Am I right?
How about Android Support Repository vs Android Support Library?