Himanshu-Mishr commented 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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to