-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
While integrating ai.quickpose:quickpose-core:0.4 into my project, I noticed that the library requires a minimum SDK of 33, making it incompatible with projects supporting earlier Android versions.
I’d like to check with the authors whether there are specific technical reasons for this requirement or if there’s a possibility to lower it to a more widely supported version (i.e. 26). Atm increasing minSDK in my project isn’t an option, as it would exclude a significant portion of the users, and overriding the library's minSDK could introduce runtime issues.
I’d really appreciate any insights you can share on this!
Thanks in advance for your time.
Manifest merger failed : uses-sdk:minSdkVersion 26 cannot be smaller than version 33 declared in library [ai.quickpose:quickpose-core:0.4] /.gradle/caches/transforms-4/51bac2c9847eab7a90c793b014bc7bde/transformed/quickpose-core-0.4/AndroidManifest.xml as the library might be using APIs not available in 26
Suggestion: use a compatible library with a minSdk of at most 26,
or increase this project's minSdk version to at least 33,
or use tools:overrideLibrary="ai.quickpose.core" to force usage (may lead to runtime failures)
Metadata
Metadata
Assignees
Labels
No labels