erisu commented on a change in pull request #215: URL: https://github.com/apache/cordova-plugin-media-capture/pull/215#discussion_r614048383
########## File path: plugin.xml ########## @@ -71,6 +71,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" <!-- android --> <platform name="android"> <config-file target="res/xml/config.xml" parent="/*"> + <preference name="AndroidXEnabled" value="true" /> Review comment: This type of PR can not be merged in until after Cordova Android 10 is released because of the hard requirement to use AndroidX library. If you want this merged into the main branch and able to use it with the current Cordova Android 9.x release, you will need to remove all of the AndroidX requirements and go back to the ASL. -- 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]
