From 56ebde3ed67dbf2ec9cfc0e4cde3ed4bac700ed2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:31:09 +0000 Subject: [PATCH] chore: update Android SDK from 5.12.0 to 5.12.2 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 0404ecf..b89ccfc 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.0' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.12.2' }