Hello,
I’m trying out Ionic 5 & installed some plugins on it.
Command:
ionic capacitor run android -l --external
and I get a Error:
> Task :app:processDebugMainManifest FAILED
AndroidManifest.xml Error:
uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [androidx.security:security-crypto:1.0.0]
How do I increase the minSdkVersion of the project to 23?
1 post - 1 participant