mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
[xml] correcting invalid xml, adding namespace
- typo in the plugin.xml is fixed resulting in a 'more' valid xml - adding Android namespace to make it a valid xml for parsing by other tools
This commit is contained in:
parent
96b0c5d2f6
commit
d6874ed7b1
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
|
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.core.network-information"
|
id="org.apache.cordova.core.network-information"
|
||||||
version="0.1.0">
|
version="0.1.0">
|
||||||
|
|
||||||
@ -24,7 +25,7 @@
|
|||||||
<param name="firefox-package" value="Network" />
|
<param name="firefox-package" value="Network" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<source-file src="src/firefoxos/network.js" target dir="src/firefoxos" />
|
<source-file src="src/firefoxos/network.js" target-dir="src/firefoxos" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- android -->
|
<!-- android -->
|
||||||
|
Loading…
Reference in New Issue
Block a user