Skip to content

Commit c927638

Browse files
committed
Fixed plugin conflict with cordova-plugin-google-analytics
* Fixed gradle conflict with cordova-plugin-google-analytics
1 parent acb4a2d commit c927638

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.5",
2+
"version": "1.7.7",
33
"name": "onesignal-cordova-plugin",
44
"cordova_name": "OneSignal Push Notifications",
55
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.onesignal.plugins.onesignal"
5-
version="1.7.5">
5+
version="1.7.7">
66

77
<name>OneSignal Push Notifications</name>
88
<author>Josh Kasten</author>
@@ -22,8 +22,8 @@
2222
</engines>
2323

2424
<platform name="android">
25-
<framework src="com.google.android.gms:play-services-gcm:7.3.0" />
26-
<framework src="com.google.android.gms:play-services-ads:7.3.0" />
25+
<framework src="com.google.android.gms:play-services-gcm:7.3.+" />
26+
<framework src="com.google.android.gms:play-services-analytics:7.3.+" />
2727

2828
<config-file target="res/xml/config.xml" parent="/*">
2929
<feature name="OneSignalPush" >

src/android/libs/OneSignalSDK.jar

14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)