From d10fb2a9015c02b9cd86f256be6c1e2268673e6e Mon Sep 17 00:00:00 2001 From: unknown <> Date: Mon, 13 Jul 2026 09:09:36 +0000 Subject: [PATCH] chore: update LaunchDarkly Android client SDK to 5.13.2 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1cb3ec2..3ac7af8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { } dependencies { - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.13.1' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.13.2' implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.6.1'