Skip to content

Commit

Permalink
update pushwoosh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhm committed May 15, 2024
2 parents 3db4680 + d563d63 commit b03919b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm (requires cordova 7.0+):

```
cordova plugin add [email protected].25
cordova plugin add [email protected].26
```

Using git:

```
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.25
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.26
```

#### Phonegap

Using npm (requires phonegap 7.1+):

```
cordova plugin add [email protected].25
cordova plugin add [email protected].26
```

### Guide
Expand Down
2 changes: 1 addition & 1 deletion README_PGB.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cross-Platform push notifications by Pushwoosh for PhoneGap
Using npm (requires cordova 5.0+):

```
cordova plugin add [email protected].25
cordova plugin add [email protected].26
```

### Guide
Expand Down
2 changes: 1 addition & 1 deletion libs/android/googleservices-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ String getVersion() {
return compileSdkVersion >= 28 ? "28.0.0" : "27.+"
}

ext.pushwoosh = "6.7.4"
ext.pushwoosh = "6.7.7"

// Defer the definition of the dependencies to the end
// of the "configuration" phase from the app build.gradle file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pushwoosh-cordova-plugin",
"version": "8.3.25-OS",
"version": "8.3.26-OS",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"main":"www/PushNotification.js",
"typings":"types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="8.3.25-OS">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="8.3.26-OS">
<name>Pushwoosh</name>

<description>
Expand Down Expand Up @@ -106,7 +106,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="PushwooshXCFramework" spec="6.5.9" />
<pod name="PushwooshXCFramework" spec="6.5.11" />
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
</pods>
</podspec>
Expand Down

0 comments on commit b03919b

Please sign in to comment.