Skip to content

Commit

Permalink
Android FCM 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane JAIS committed Jan 16, 2024
1 parent 11af715 commit b47a019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fcm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fcm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wonderpush-cordova-sdk-fcm",
"version": "1.0.7",
"version": "1.0.8",
"description": "Mobile push notification delivery with the WonderPush service. The WonderPush Cordova SDK is compatible with iOS and Android. Firebase compatibility module.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions fcm/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="wonderpush-cordova-sdk-fcm" version="1.0.7" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="wonderpush-cordova-sdk-fcm" version="1.0.8" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>WonderPush FCM support</name>
<description>Advanced push notification service for mobile applications and Websites. High volume, fast delivery and full-featured starting €1/month. Firebase compatibility module.</description>
<author>WonderPush</author>
Expand All @@ -10,7 +10,7 @@
</engines>
<platform name="android">
<preference name="SENDER_ID" default="default" />
<framework src="com.wonderpush:wonderpush-android-sdk-fcm:1.0.6" />
<framework src="com.wonderpush:wonderpush-android-sdk-fcm:1.0.7" />
<framework src="build-extras.gradle" custom="true" type="gradleReference" />
</platform>
</plugin>

0 comments on commit b47a019

Please sign in to comment.