mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
Remove xmlns:android, fix plugin id
This commit is contained in:
parent
380630624d
commit
a025cdd4e6
@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.apache.cordova.core.CameraLauncher"
|
||||
version="0.1.0">
|
||||
id="org.apache.cordova.core.camera"
|
||||
version="0.1.0">
|
||||
<name>Camera</name>
|
||||
|
||||
<js-module src="www/CameraConstants.js" name="Camera">
|
||||
|
Loading…
Reference in New Issue
Block a user