You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/02/09 16:44:48 UTC

[GitHub] [cordova-plugin-file] erisu commented on a change in pull request #513: feat(android): add WebViewAssetLoader proxy handler for cdvfile

erisu commented on a change in pull request #513:
URL: https://github.com/apache/cordova-plugin-file/pull/513#discussion_r802874251



##########
File path: plugin.xml
##########
@@ -153,6 +153,8 @@ to config.xml in order for the application to find previously stored files.
         <source-file src="src/android/AssetFilesystem.java" target-dir="src/org/apache/cordova/file" />
         <source-file src="src/android/PendingRequests.java" target-dir="src/org/apache/cordova/file" />
 
+        <framework src="androidx.webkit:webkit:1.3.0" type="gradleReference" />

Review comment:
       The default version is only applied to the CordovaLib and is not available to the app.
   
   I could try 1.4.0 but, version 1.3.0 was taken from the plugin that used the proxy implementation originally. If bumped might break and force other users to update their plugin. Not sure what will happen if there are multiple versions set.




-- 
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-unsubscribe@cordova.apache.org

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



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