Skip to content

fix: Failed host lookup, by bumping androidx.work:work-runtime to 2.11.2 and Android minSdkVersion to 23 - #679

Merged
ened merged 3 commits into
mainfrom
fix/work-runtime-2.11.2
Aug 1, 2026
Merged

fix: Failed host lookup, by bumping androidx.work:work-runtime to 2.11.2 and Android minSdkVersion to 23#679
ened merged 3 commits into
mainfrom
fix/work-runtime-2.11.2

Conversation

@ened

@ened ened commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bump androidx.work:work-runtime to 2.11.2 (fixes Android 15/16 host-lookup crash)
  • Raise Android minSdkVersion from 19 to 23

Fixes #666

BREAKING CHANGE: Android minSdkVersion is now 23 (Android 5.0). Apps targeting Android 4.4 and below must raise their minSdk.

absar and others added 2 commits June 5, 2026 23:32
…s in a background task on Android 15+

- **BREAKING** Bumps Android minSdkVersion to 23 since the fix is in androidx.work:work-runtime:2.11.2 where minSdkVersion is 23

Fixes: #666
Closes: #666
These files are generated by melos at release time (see CLAUDE.md);
hand-editing them conflicts with the automated release flow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update work-runtime to at least 2.11.2 to fix connectivity issue in Android 15

2 participants