Updated Branches: refs/heads/master 49164dcfa -> a88b9af3b
CB-3831: Splashscreen.Splashscreen is not a plugin, this is breaking the plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/a88b9af3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/a88b9af3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/a88b9af3 Branch: refs/heads/master Commit: a88b9af3bae559dcb3bd12022904bfc155bb2f5c Parents: 49164dc Author: Joe Bowser <[email protected]> Authored: Mon Jun 24 12:20:36 2013 -0700 Committer: Joe Bowser <[email protected]> Committed: Mon Jun 24 12:20:36 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/a88b9af3/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index d101200..1ebc50d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -14,7 +14,7 @@ id="org.apache.cordova.core.SplashScreen"> <platform name="android"> <config-file target="res/xml/config.xml" parent="/*"> <feature name="SplashScreen"> - <param name="android-package" value="org.apache.cordova.core.SplashScreen.SplashScreen"/> + <param name="android-package" value="org.apache.cordova.core.SplashScreen"/> </feature> </config-file>
