quantcast / android-measurement

Quantcast Measure for Android
13 stars 12 forks source link

Update Google Play Service dependency to 6.5.+ #10

Closed f2prateek closed 9 years ago

pang0018 commented 9 years ago

Also, using gradle integration with split google play services cause a compile error because the Android Studio gradle plugin downloads an old version of google play services. It must think the play services dependency isn't there even though it is.

http://developer.android.com/google/play-services/setup.html#split

SmithKevin commented 9 years ago

Sorry for the delay. I was out of town for the holiday season. We will look into both issues today.

f2prateek commented 9 years ago

Related to #11

SmithKevin commented 9 years ago

This should be fixed now. The 1.2.6 version of the SDK uses the new split libraries of Google Play Services. This is so when using the Quantcast SDK, you do not need to pull in the entire play library which is huge and people were having issues hitting the 65,536 method limit.

However it looks like people are running into issues where they are not using the split library and thus getting duplicate errors. We recommend moving the the split play library structure a it has more benefits, but for backwards compatibility, I will create another library that depends on the full Play services.

The documentation will also be updated to reflect these changes.

pang0018 commented 9 years ago

Thanks!

SmithKevin commented 9 years ago

Documentation has been updated. This should be working now. Let me know if you are still running into issues.