mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-02-07 21:52:59 +08:00
Remove xmlns:android, fix plugin id
This commit is contained in:
parent
f716a28b1c
commit
f4d804c71c
@ -1,8 +1,8 @@
|
|||||||
<?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.NetworkManager" version="0.1.0">
|
version="0.1.0">
|
||||||
|
|
||||||
<name>Network Information</name>
|
<name>Network Information</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user