segment-integrations / analytics-android-integration-amplitude

The Amplitude analytics-android integration.
https://segment.com/docs/connections/destinations/catalog/amplitude/
2 stars 6 forks source link

update amplitude v2.16.0 #45

Closed djih closed 5 years ago

djih commented 6 years ago

Updating SDK to v2.16.0 release notes

Added a public getUserPropertiesOperations method in the Identify class so you guys can add it to your tests: https://github.com/amplitude/Amplitude-Android/pull/154

SegmentBot commented 6 years ago

By analyzing the blame information on this pull request, we identified and undefined to be a potential reviewer.

djih commented 6 years ago

@f2prateek I just noticed an issue. So this entire time I've been bumping the Amplitude Android SDK version in the build.gradle file, but it doesn't seem like it's actually updating the version?

I have a test Android app where I installed Segment and bundled Amplitude's SDK. I'm noticing that it's installing v2.2.0 of our SDK, which was released like over 2 years ago, instead of the latest version.

Is there something else I need to update to fix this? This is rather urgent as this means our Segment bundled integration has not been receiving updates for the last 2 years.

djih commented 6 years ago

False alarm, everything is good

f2prateek commented 6 years ago

cc @brennan to take a look at merging and deploying this.