Skip to content

Commit

Permalink
Update plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertarnesson authored Jun 24, 2016
1 parent 47907e5 commit ac21300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="FirebasePlugin">
<param name="android-package" value="cordova-plugin-firebase.FirebasePlugin" />
<param name="android-package" value="org.apache.cordova.firebase.FirebasePlugin" />
<param name="onload" value="true" />
</feature>
</config-file>
Expand Down Expand Up @@ -83,4 +83,4 @@
</platform>

<hook src="scripts/after_prepare.js" type="after_prepare" />
</plugin>
</plugin>

0 comments on commit ac21300

Please sign in to comment.