Skip to content

Commit 2dcaefd

Browse files
[FSSDK-12337] Bump core-api version for Feature Rollout support
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.
1 parent 45d52ce commit 2dcaefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ext {
9797
build_tools_version = "35.0.0"
9898
min_sdk_version = 21
9999
target_sdk_version = 35
100-
java_core_ver = "4.3.1"
100+
java_core_ver = "4.4.0-SNAPSHOT"
101101
android_logger_ver = "1.3.6"
102102
jacksonversion= "2.11.2"
103103
annotations_ver = "1.2.0"

0 commit comments

Comments
 (0)