Skip to content

Commit

Permalink
Updated to native Android 2.6.0
Browse files Browse the repository at this point in the history
* Includes support for custom background images.
  • Loading branch information
jkasten2 committed Jul 8, 2016
1 parent d0e03d2 commit d6fc5e7
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
@@ -1,5 +1,5 @@
{
"version": "1.12.6",
"version": "1.13.0",
"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
"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.",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="onesignal-cordova-plugin"
version="1.12.6">
version="1.13.0">

<name>OneSignal Push Notifications</name>
<author>Josh Kasten</author>
Expand All @@ -24,7 +24,7 @@
</engines>

<platform name="android">
<framework src="com.onesignal:OneSignal:2.4.3@aar" />
<framework src="com.onesignal:OneSignal:2.6.0@aar" />

<framework src="com.google.android.gms:play-services-gcm:+" />
<!-- play-services-analytics is only required when gms version 8.1.0 or older is used. -->
Expand Down

0 comments on commit d6fc5e7

Please sign in to comment.