breautek commented on issue #1364: URL: https://github.com/apache/cordova-android/issues/1364#issuecomment-932968067
Do you use the `cordova.plugins.diagnostic` ​plugin? This a known issue with that plugin where it improperly pinned the version allowing it to accept breaking changes automatically. There was a raised issue at https://github.com/dpa99c/cordova-diagnostic-plugin/issues/440 and a fix was already landed and released. See https://github.com/dpa99c/cordova-diagnostic-plugin/issues/440#issuecomment-932098282 for more details. If you don't use the diagnostics plugin, then I'd advise scanning through your plugin's plugin.xml or gradle files for any overrides of the `androidx.appcompat:appcompat` package -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
