Skip to content
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

Merged
merged 38 commits into from
Jan 26, 2022

Conversation

bgiori
Copy link
Collaborator

@bgiori bgiori commented Nov 16, 2021

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.

@bgiori bgiori changed the title amplitude-core package for seamless integration with analytics feat: amplitude-core package for seamless integration with analytics Nov 16, 2021

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
Copy link
Contributor

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?

Copy link
Collaborator Author

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)

core/proguard-rules.pro Outdated Show resolved Hide resolved
@bgiori bgiori requested a review from qingzhuozhen November 22, 2021 23:59
@bgiori bgiori merged commit 95addb3 into main Jan 26, 2022
@bgiori bgiori deleted the core branch January 26, 2022 23:15
github-actions bot pushed a commit that referenced this pull request Feb 12, 2022
# [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))
@github-actions
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants