Himanshu-Mishr edited a comment on issue #1362: URL: https://github.com/apache/cordova-android/issues/1362#issuecomment-932011911
issue is with `cordova-diagnostic-plugin` (PR : https://github.com/dpa99c/cordova-diagnostic-plugin/pull/441). Solution : edit package.json ``` "cordova.plugins.diagnostic": { - "ANDROIDX_VERSION": "1.+" }, "cordova.plugins.diagnostic": { + "ANDROIDX_VERSION": "[1.0, 1.4[" } ``` This solves it. -- 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]
