mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-04-14 00:01:34 +08:00
Remove xmlns:android, fix plugin id
This commit is contained in:
+2
-3
@@ -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.SplashScreen">
|
||||
version="0.1.0">
|
||||
id="org.apache.cordova.core.splashscreen"
|
||||
version="0.1.0">
|
||||
<name>Splashscreen</name>
|
||||
|
||||
<js-module src="www/splashscreen.js" name="SplashScreen">
|
||||
|
||||
Reference in New Issue
Block a user