From 61215d4328defb9635de86c756aa152bd4388688 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:05:31 +0000 Subject: [PATCH] chore: update LaunchDarkly Android client SDK to 5.14.0 and appcompat to 1.8.0 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5d42712..8647e93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { } dependencies { - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.13.3' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.14.0' implementation 'androidx.core:core-ktx:1.19.0' - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' }