Skip to content

Commit 209081f

Browse files
committed
update plugin.xml to be installable via visual studio
1 parent 0aa6b2f commit 209081f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-push-plugin",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Parse.Push plugin for phonegap/cordova/ionic",
55
"cordova": {
66
"id": "parse-push-plugin",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://www.apache.org/cordova/ns/plugins/1.0" id="parse-push-plugin" version="1.0.4">
3+
<plugin xmlns="http://www.apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="parse-push-plugin" version="1.0.5">
44
<name>ParsePushPlugin</name>
55
<description>Parse.Push plugin for phonegap/cordova/ionic framework</description>
66
<keywords>cordova,phonegap,ionic framework, parse server, parse push, push notification</keywords>
@@ -17,7 +17,7 @@
1717
</config-file>
1818
<config-file target="AndroidManifest.xml" parent="/manifest/application">
1919
<service android:name="com.parse.PushService" />
20-
<receiver android:exported="false" android:name="github.taivo.parsepushplugin.ParsePushPluginReceiver" android:exported="false">
20+
<receiver android:exported="false" android:name="github.taivo.parsepushplugin.ParsePushPluginReceiver">
2121
<intent-filter>
2222
<action android:name="com.parse.push.intent.RECEIVE" />
2323
<action android:name="com.parse.push.intent.DELETE" />

0 commit comments

Comments
 (0)