I'm busy working on a legacy android application on eclipse and I need the latest version of google play services. In particular, I require the value of
@Integer/google_play_services_version
. In previous versions this would be stored in
<android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/res/values/version.xml
however google have chosen to break down this latest version into multiple libraries and I can no longer find version.xml
anywhere. If necessary I am willing to hardcode the version number, while not the ideal solution, but I obviously can't find this either. Any tips?
EDIT: I should note that I've successfully installed the latest m2repositry and integrated within my application play-services-ads from the aar inside there.