Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uses-sdk:minSdkVersion 21 cannot be smaller than version 24 declared in library #60

Closed
gybin02 opened this issue Dec 18, 2023 · 3 comments

Comments

@gybin02
Copy link

gybin02 commented Dec 18, 2023

Manifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 24 declared in library [dev.chrisbanes.haze:haze-jetpack-compose:0.4.1] /Users/yd-sz-dn0588/.gradle/caches/transforms-3/b2ddb0cf5d948a8541195c91900041ce/transformed/haze-jetpack-compose-0.4.1/AndroidManifest.xml as the library might be using APIs not available in 21
Suggestion: use a compatible library with a minSdk of at most 21,
or increase this project's minSdk version to at least 24,
or use tools:overrideLibrary="dev.chrisbanes.haze.jetpackcompose" to force usage (may lead to runtime failures)

@chrisbanes
Copy link
Owner

Your project is using a minSdk of 21, and Haze needs 24. We may be able to drop it lower, but it's not really an issue with the library itself.

@chrisbanes
Copy link
Owner

Fixed by #61

@gybin02
Copy link
Author

gybin02 commented Dec 19, 2023

You're so good at achieving version compatibility so quickly

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

No branches or pull requests

2 participants