breautek commented on issue #588: 7.1.4 defaults to android-27 URL: https://github.com/apache/cordova-android/issues/588#issuecomment-558697556 You really should upgrade to `cordova-android@8`, which by default targets android 28. > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 19 declared in library This is caused something that is using a lower min sdk and it conflicting with another package. You can override it, but it may cause fatal in your app so I wouldn't recommend doing so. `<preference name="android-targetSdkVersion" value="19" />` This is also going to be problematic. This should be **at least** 28. Which google enforces as of November 1, 2019 for all apps intended to be deployed to the Google Play Store. See https://support.google.com/googleplay/android-developer/answer/113469#targetsdk for more information.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
