[AI-FSSDK] [FSSDK-12337] Add Feature Rollout support#524
Open
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
Open
[AI-FSSDK] [FSSDK-12337] Add Feature Rollout support#524FarhanAnjum-opti wants to merge 1 commit intomasterfrom
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
Conversation
Update java_core_ver to 4.4.0-SNAPSHOT to pick up Feature Rollout support from the Java SDK core-api. The Android SDK is a wrapper around core-api, so the Experiment type field, config parsing, and rollout variation injection are all handled by the Java SDK. This version will be updated to the final release version once the Java SDK publishes core-api with feature rollout support.
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
Adds Feature Rollout support to the Android SDK by bumping the Java SDK core-api dependency. The Android SDK is a wrapper around the Java SDK's core-api, so all Feature Rollout logic (Experiment type field, config parsing, rollout variation injection) is handled by the Java SDK. This PR updates the dependency version to pick up those changes.
Changes
java_core_verfrom 4.3.1 to 4.4.0-SNAPSHOT to include Feature Rollout support from the Java SDK core-apiJira Ticket
FSSDK-12337
Notes