Skip to content

Fix #1038: Android minSdkVersion should be 23, not 24#1041

Closed
Earbaj wants to merge 1 commit intojuliansteenbakker:developfrom
Earbaj:earbaj
Closed

Fix #1038: Android minSdkVersion should be 23, not 24#1041
Earbaj wants to merge 1 commit intojuliansteenbakker:developfrom
Earbaj:earbaj

Conversation

@Earbaj
Copy link

@Earbaj Earbaj commented Jan 27, 2026

Summary

This PR fixes a mismatch between the documented Android minimum SDK version and the actual enforced value.

Problem

  • Changelog states minimum Android SDK is 23
  • Package enforces minSdkVersion = 24
  • This prevents usage on API 23 devices/projects

Solution

  • Updated package configuration to set minSdkVersion to 23

Result

  • Documentation and implementation are now consistent
  • Package works correctly on Android API 23

@frananleo
Copy link

There is a PR already for this.

#1038 (comment)

@Earbaj
Copy link
Author

Earbaj commented Jan 29, 2026

@frananleo Thanks for the heads up. Since this is already addressed in PR #1038, I’ll close this discussion and follow up there.

@Earbaj Earbaj closed this Jan 29, 2026
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.

2 participants