mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-05-17 00:00:03 +08:00
updated config to include paths to JS files
This commit is contained in:
@@ -6,6 +6,14 @@ id="org.apache.cordova.core">
|
||||
version="0.1.0">
|
||||
<name>File Transfer</name>
|
||||
|
||||
<js-module src="www/FileTransferError.js" name="FileTransferError">
|
||||
<clobbers target="window.FileTransferError" />
|
||||
</js-module>
|
||||
|
||||
<js-module src="www/FileTransfer.js" name="FileTransfer">
|
||||
<clobbers target="window.FileTransfer" />
|
||||
</js-module>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
||||
|
||||
Reference in New Issue
Block a user