Firstly, since there has been a number of updates to the Google API's client library for Java can someone please confirm what the correct jars / maven dependencies now are from an Android app dev perspective?
I started out looking at the Google Tasks API example [link below] as documented against v1.4.1-beta of the above library.
http://code.google.com/apis/tasks/articles/oauth-and-tasks-on-android.html
Using 1.6.0-beta dependencies with Maven, ADT 16, Eclipse Indigo and m2e-android causes compile errors which result from some of the 3rd party dependencies that this library relies upon.
I initially raised my compile woes with the Maven Android Developers Google Group [link below] which kindly highlighted these issues and points to a requirement for some API's such as httpclient to be declared with a provided scope in the parent pom.
http://groups.google.com/group/maven-android-developers/browse_thread/thread/c98d8074a6c34e8f
Raising this here initially as suggested in the Google Code home for the above library as it would be good to gain clarification on my opening question but please also advise if I should post this somewhere else to raise the above as an issue.
Kind regards Jason