jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

Update plugin to use frameworks #61

Closed jefflinwood closed 8 years ago

jefflinwood commented 8 years ago

Use the framework tag to include the Android support library, and possibly the Twilio libraries.

jefflinwood commented 8 years ago

Unfortunately, the Twilio Android client isn't published to a maven repository, so we can only download include the Android support library using this:

    <framework src="com.android.support:support-v4:+" />

Will follow up with more testing.