chore: update launchdarkly-android-client-sdk to 5.15.0 - #19
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
chore: update launchdarkly-android-client-sdk to 5.15.0#19devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
Author
|
@cursor review |
kinyoklion
marked this pull request as ready for review
August 31, 2026 22:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the Android client SDK to the latest 5.x release; no source changes were needed.
com.launchdarkly:launchdarkly-android-client-sdk5.14.0 → 5.15.0 (exact pin preserved).androidx.appcompat1.8.0, AGP 8.13.2 and Gradle 8.14.5 are already the latest within their current majors.LDClient.init(app, config, context, timeout)variant (the no-timeoutinitoverload is the deprecated one).Implementation details
Verification: built
assembleDebugand ran the app on a local API 34 x86_64 emulator with the hello-apps mobile key and flag key patched in locally (never committed). The app renderedFeature flag 'hello-boolean' is true; logcat showed no SDK deprecation or error output.Version check:
maven-metadata.xmlfor the SDK lists 5.15.0 as latest (no 6.x), Google's Maven lists appcompat 1.8.0 as latest stable and AGP 8.13.2 as latest 8.x. Gradle wrapper left at 8.14.5 to stay within the current major. README mentions no version numbers, so no docs change.Link to Devin session: https://app.devin.ai/sessions/9bbeb1fa4e9b4406a6e379227d28a522
Open in Devin Desktop: https://app.devin.ai/desktop/session/9bbeb1fa4e9b4406a6e379227d28a522?variant=devin
Note
Overview
Bumps the LaunchDarkly Android client SDK dependency in
app/build.gradlefrom 5.14.0 to 5.15.0; the pin stays exact and no application or Gradle source changes are included.Reviewed by Cursor Bugbot for commit dc9d2e7. Bugbot is set up for automated code reviews on this repo. Configure here.