dpogue commented on pull request #1052: URL: https://github.com/apache/cordova-android/pull/1052#issuecomment-675507807
@breautek I think this idea needs further discussion on the dev mailing list. My concern is that using AndroidX by default will break a **lot** of community plugins, because anything that uses the support library will be incompatible and cause build failures. Because plugin source files are copied into the app project instead of being distributed as jar/aar files, tools like Jetifier won't upgrade the references to the support libraries. I'm not saying we shouldn't do this (we probably should), but it needs a discussion about whether we're willing to break a lot of unmaintained plugins for a lot of people. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
