jcesarmobile commented on a change in pull request #751:
URL:
https://github.com/apache/cordova-plugin-camera/pull/751#discussion_r681636874
##########
File path: src/android/CameraLauncher.java
##########
@@ -39,7 +39,7 @@ Licensed to the Apache Software Foundation (ASF) under one
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
-import android.support.v4.content.FileProvider;
+import androidx.core.content.FileProvider;
Review comment:
this requires something like `implementation
"androidx.core:core:$CORE_VERSION"` in the user apps, I can't find it in
cordova-android, so I guess the plugin should still have the framework entry in
plugin.xml and make the version configurable
--
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]