Skip to content

chore: update launchdarkly-android-client-sdk to 5.14.0 and appcompat to 1.8.0 - #18

Merged
tanderson-ld merged 3 commits into
mainfrom
devin/1786958060-sdk-5-14-0
Aug 25, 2026
Merged

chore: update launchdarkly-android-client-sdk to 5.14.0 and appcompat to 1.8.0#18
tanderson-ld merged 3 commits into
mainfrom
devin/1786958060-sdk-5-14-0

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Routine dependency refresh for this example. All three are exact pins, so they only move when bumped:

  • com.launchdarkly:launchdarkly-android-client-sdk 5.13.35.14.0 (latest on Maven Central, same major).
  • androidx.appcompat:appcompat 1.7.11.8.0 (latest release; builds fine against the example's existing compileSdk 34).
  • Gradle wrapper 8.14.38.14.5 (latest 8.x). AGP (8.13.2) is already latest, so it is untouched.

No example source changes: the app's SDK usage (LDConfig.Builder(AutoEnvAttributes.Enabled), LDClient.init(app, config, context, 5), boolVariation, registerFeatureFlagListener, flush) is all current in 5.14.0, and a --warning-mode all build reports zero deprecation warnings.

Validated end-to-end on an Android 34 x86_64 emulator with the real hello-apps mobile key and flag key supplied via untracked local edits (never committed):

hello-android-java on emulator with SDK 5.14.0 and appcompat 1.8.0

Implementation details
  • ./gradlew assembleDebug --warning-mode all with JDK 17 and Android SDK/build-tools 34 — BUILD SUCCESSFUL, no deprecation or other warnings.
  • androidx.appcompat:appcompat:1.8.0 resolves cleanly and does not raise the AAR-metadata minCompileSdk requirement above 34, so no compileSdk/targetSdk change is needed. The SDK's own transitive appcompat:1.1.0 is upgraded to 1.8.0 by this pin.
  • adb install + am start, then uiautomator dump, printed Feature flag 'hello-boolean' is true — the same assertion the repo's run.yml workflow makes.
  • No documented minimums were raised: the README does not pin dependency versions, and minSdkVersion 24 / compileSdk 34 are unchanged since nothing requires more.

Limitations

Verified on an emulator only, not a physical device.

Link to Devin session: https://app.devin.ai/sessions/3e3852e800fd463393fb8edd22981355


Note

Overview
This PR is a dependency-only refresh for the hello-android-java example—no application source or SDK configuration changes.

app/build.gradle pins androidx.appcompat:appcompat from 1.7.1 → 1.8.0 and com.launchdarkly:launchdarkly-android-client-sdk from 5.13.3 → 5.14.0 (same major for the SDK). gradle/wrapper/gradle-wrapper.properties updates the wrapper from Gradle 8.14.3 → 8.14.5. compileSdk 34, minSdkVersion 24, and Java 17 settings are unchanged.

Reviewed by Cursor Bugbot for commit 961556f. Bugbot is set up for automated code reviews on this repo. Configure here.

Also bumps the Gradle wrapper to 8.14.5 (latest 8.x).

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration devin-ai-integration Bot changed the title chore: update launchdarkly-android-client-sdk to 5.14.0 chore: update launchdarkly-android-client-sdk to 5.14.0 and appcompat to 1.8.0 Aug 24, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

@cursor review

@kinyoklion
kinyoklion marked this pull request as ready for review August 24, 2026 20:47
@kinyoklion
kinyoklion requested a review from a team as a code owner August 24, 2026 20:47
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@tanderson-ld
tanderson-ld merged commit 4fc1f31 into main Aug 25, 2026
5 checks passed
@tanderson-ld
tanderson-ld deleted the devin/1786958060-sdk-5-14-0 branch August 25, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants