Skip to content

Commit ec54571

Browse files
committed
Android Fixes
* Fixed issue where title was not settable in the last version. * Fixed rare bug where device would not register as unsubscribed when only part of Google play services was included which was making the issue harder to debug. * Removed logcat extra warnings from looperj that can be safely ignored, fixed error from showing in the logcat when your app is reinstalled.
1 parent 738ddc0 commit ec54571

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.1",
2+
"version": "1.7.3",
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

+1-1
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.1">
5+
version="1.7.3">
66

77
<name>OneSignal Push Notifications</name>
88
<author>Josh Kasten</author>

src/android/libs/OneSignalSDK.jar

278 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)