From 2dcaefd80af054b01f44215fd7648b2172859d49 Mon Sep 17 00:00:00 2001 From: FarhanAnjum-opti Date: Tue, 17 Mar 2026 09:52:18 +0600 Subject: [PATCH] [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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e40636d0..80a39679 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ ext { build_tools_version = "35.0.0" min_sdk_version = 21 target_sdk_version = 35 - java_core_ver = "4.3.1" + java_core_ver = "4.4.0-SNAPSHOT" android_logger_ver = "1.3.6" jacksonversion= "2.11.2" annotations_ver = "1.2.0"