I'm trying to upload an apk to Google Play and got the following message:
You uploaded an APK that uses Google Play version 5208000 Services. You must use version 5100000 or lower.
In my buil.gradle file I have the following dependency on Play
compile 'com.google.android.gms:play-services:+'
My question is, what is the code for the 5100000?