From 6e9242a63f1d3bb07f2cd0d0a398d8e7749ade9a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:18:46 +0000 Subject: [PATCH] chore: update android-client-sdk from 5.12.2 to 5.13.1 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 b89ccfc..177db55 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,5 +26,5 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.12.2' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.13.1' }