Sitata / titanium_google_plus

Appcelerator Titanium module to wrap the google plus sdk.
MIT License
12 stars 9 forks source link

only use relevent APIs of google-play-services lib #13

Open manumaticx opened 9 years ago

manumaticx commented 9 years ago

You'll need to update your .classpath with this:

<classpathentry kind="lib" path="/lib/google-play-services-base.jar"/>
<classpathentry kind="lib" path="/lib/google-play-services-identity.jar"/>
<classpathentry kind="lib" path="/lib/google-play-services-plus.jar"/>

instead of

<classpathentry kind="lib" path="lib/google-play-services.jar"/>
manumaticx commented 9 years ago

btw. this is described here: https://developers.google.com/android/guides/setup

manumaticx commented 9 years ago

I've added an updated 1.5.1 zip

astjohn commented 9 years ago

@manumaticx - Thanks for this and your other pull requests! I've been incredibly busy the past little while, but hope to work on this soon.