when ever i run the app it gives the same error
Manifest merger failed : uses-sdk:minSdkVersion 24 cannot be smaller than version 25 declared in library [androidx.wear.compose:compose-foundation:1.3.1] C:Usershp.gradlecachestransforms-4ffb6e3f0b4d3a53a60d0b9b4d73fac69transformedcompose-foundation-1.3.1AndroidManifest.xml as the library might be using APIs not available in 24
Suggestion: use a compatible library with a minSdk of at most 24,
or increase this project’s minSdk version to at least 25,
or use tools:overrideLibrary=”androidx.wear.compose.foundation” to force usage (may lead to runtime failures)
enter image description here
i am trying to make a simple app, in which if we click the box it changes the color. but it is giving this error to me.
Dhruv Rastogi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.