From 5048c37fe891d66ef76bfabd7202fa1f468ae02b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:20:03 +0000 Subject: [PATCH] chore: update launchdarkly-android-client-sdk to 5.12.0 Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@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 35b164b..3984407 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ android { } dependencies { - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.11.1' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.12.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1'