NiklasMerz commented on a change in pull request #688:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/688#discussion_r669644874



##########
File path: plugin.xml
##########
@@ -79,9 +79,10 @@
         <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
             <clobbers target="CameraPopoverHandle" />
           </js-module>
-
-        <preference name="ANDROID_SUPPORT_V4_VERSION" default="27.+"/>
-        <framework 
src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION"/>
+        <preference name="AndroidXEnabled" value="true" />

Review comment:
       As cordova-android 10 now comes with AndroidX by default those aren't 
really needed I think.
   ```suggestion
           <preference name="AndroidXEnabled" value="true" />
   ```




-- 
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]

Reply via email to