feat(build): set up two-module structure for framework/batteries split#244
Closed
feat(build): set up two-module structure for framework/batteries split#244
Conversation
Create the eppo-android-common module as the batteries-included artifact while the eppo module becomes the framework artifact. This follows the same pattern as the common SDK v4 branch. Changes: - Create eppo-android-common module with transitive dependency on :eppo - Update settings.gradle to include new module - Update example app to depend on :eppo-android-common - Change eppo module artifact ID from android-sdk to android-sdk-framework - Use separate namespace for eppo-android-common to avoid BuildConfig conflicts
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the two-module structure for the v4 SDK upgrade:
eppo/- Framework module (publishes asandroid-sdk-framework)eppo-android-common/- Batteries-included module (publishes asandroid-sdk)Changes
eppo-android-common/module directory structuresettings.gradleto include both moduleseppoartifact ID toandroid-sdk-frameworkTest Plan
./gradlew assemblePart of v4 SDK Upgrade
This is PR 1 of the v4 upgrade series. See AGENT_PROMPT.md for full context.