Skip to content

Commit

Permalink
Merge pull request #1 from HootsuiteLabs/rename-plugin
Browse files Browse the repository at this point in the history
rename plugin so it sits last in the dependency list (cordova 7.x)
  • Loading branch information
william-beange-hs authored Aug 22, 2017
2 parents f87e8eb + 55b240a commit d4e0874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.8.3",
"description": "Localytics Plugin for Cordova/PhoneGap",
"cordova": {
"id": "com.localytics.phonegap.LocalyticsPlugin",
"id": "zzz.com.localytics.phonegap.LocalyticsPlugin",
"platforms": [
"ios",
"android"
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.localytics.phonegap.LocalyticsPlugin" xmlns:android="http://schemas.android.com/apk/res/android" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="zzz.com.localytics.phonegap.LocalyticsPlugin" xmlns:android="http://schemas.android.com/apk/res/android" version="1.0.0">
<name>Localytics</name>
<description>Localytics Plugin for Cordova/PhoneGap</description>
<license>Apache 2.0</license>
Expand Down Expand Up @@ -38,7 +38,7 @@

<config-file target="config.xml" parent="/*">
<feature name="LocalyticsPlugin" >
<param name="android-package" value="com.localytics.phonegap.LocalyticsPlugin"/>
<param name="android-package" value="zzz.com.localytics.phonegap.LocalyticsPlugin"/>
</feature>
</config-file>

Expand Down

0 comments on commit d4e0874

Please sign in to comment.