-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: amplitude-core package for seamless integration with analytics #12
Conversation
|
||
defaultConfig { | ||
minSdkVersion 14 | ||
targetSdkVersion 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The target SDK version now on Android SDK is 28. What's the version for Experiment now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
target and min sdk version is the same in core and Experiment SDK (30 and 14 respectively)
# [1.5.0](1.4.0...1.5.0) (2022-02-12) ### Features * add exposure tracking provider ([#15](#15)) ([5a2a471](5a2a471)) * core package for seamless integration with analytics ([#12](#12)) ([95addb3](95addb3)) * rename amplitude-core to analytics-connector ([#13](#13)) ([da7a11c](da7a11c)) * use exposure-v2 in connector analytics provider ([#14](#14)) ([afe9cfc](afe9cfc))
🎉 This PR is included in version 1.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
This change adds a
core
module which implements interactions between amplitude analytics and experiment.More here: https://amplitude.atlassian.net/wiki/spaces/EXP/pages/1683980404/Amplitude+SDK+Core
I have decided not to implement an initialization resolver or component registrar since I felt that it did not serve enough of a purpose and future implementation may have more context to write a better version.