-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module uses old part of the mParticle Android SDK #75
Comments
Appears to have been fixed by this commit: a8ed2cf#diff-87c2fbaecb5abf01a845cb4c3af6ca78add2676dd28f6b336403b4c2b979018cL36 |
Ok that's just a test file that was changed, not the actual source. The source still needs to change. |
@ngregory-rbi we are working on a fix right now. Thanks for bringing this to our attention, sorry this slipped our radar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last week, version 5.43.0 of the mParticle Android SDK was released. This commit changed the type of the first parameter of
getUserAttributes
fromUserAttributeListener
toUserAttributeType
. This native module calls that method but passes in an object of the old type (here). Given that the build.gradle file simply pulls in the latest version, this breaks the module itself. It should be updated to use the new SDK, or be limited to using the version before.The text was updated successfully, but these errors were encountered: