ibm-bluemix-mobile-services / bms-clientsdk-android-push

Android Push notifications SDK for IBM Cloud Mobile Services
Apache License 2.0
10 stars 12 forks source link

Change the way BMSCore dependency is specified #29

Closed dgonz7 closed 8 years ago

dgonz7 commented 8 years ago

We need to specify the BMSCore dependency as a JAR, not AAR, and we need to specify a version range, otherwise we will get out of sync when one SDK updates to the latest core and the rest have not, which will cause Multiple Dex linking errors for our users.