pushwoosh-react-native-plugin 6.1.21 → 6.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushwoosh-react-native-plugin",
3
- "version": "6.1.21",
3
+ "version": "6.1.22",
4
4
  "description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "pushwoosh-react-native-plugin"
3
- s.version = "6.1.21"
3
+ s.version = "6.1.22"
4
4
  s.summary = "React Native Pushwoosh Push Notifications module"
5
5
  s.requires_arc = true
6
6
  s.author = 'Pushwoosh'
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
8
  s.homepage = 'n/a'
9
9
  s.source = { :git => "https://github.com/Pushwoosh/pushwoosh-react-native-plugin.git" }
10
10
  s.source_files = 'src/ios/PushwooshPlugin/Pushwoosh.{h,m}', 'src/ios/PushwooshPlugin/PWEventDispatcher.{h,m}', 'src/ios/PushwooshPlugin/PWInlineInAppManager.{h,m}'
11
- s.platform = :ios, "8.0"
11
+ s.platform = :ios, "11.0"
12
12
  s.xcconfig = {
13
13
  "HEADER_SEARCH_PATHS" => "${PODS_ROOT}/Headers/Public/React"
14
14
  }
@@ -7,7 +7,7 @@ buildscript {
7
7
  }
8
8
 
9
9
  dependencies {
10
- classpath 'com.android.tools.build:gradle:3.6.4'
10
+ classpath 'com.android.tools.build:gradle:4.1.3'
11
11
  }
12
12
  }
13
13
 
@@ -23,10 +23,10 @@ allprojects {
23
23
  apply plugin: 'com.android.library'
24
24
 
25
25
  android {
26
- compileSdkVersion 31
26
+ compileSdkVersion 33
27
27
  defaultConfig {
28
- minSdkVersion 17
29
- targetSdkVersion 31
28
+ minSdkVersion 21
29
+ targetSdkVersion 33
30
30
  }
31
31
  buildTypes {
32
32
  release {
@@ -37,7 +37,7 @@ android {
37
37
  }
38
38
 
39
39
  ext {
40
- pushwoosh = "6.6.14"
40
+ pushwoosh = "6.6.16"
41
41
  }
42
42
 
43
43
  dependencies {
@@ -49,7 +49,7 @@ dependencies {
49
49
  implementation "com.pushwoosh:pushwoosh-badge:${pushwoosh}"
50
50
  implementation "com.pushwoosh:pushwoosh-inbox:${pushwoosh}"
51
51
  implementation "com.pushwoosh:pushwoosh-inbox-ui:${pushwoosh}"
52
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.71"
53
- implementation "com.google.firebase:firebase-messaging:(+,22.0.99]"
52
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.20"
53
+ implementation "com.google.firebase:firebase-messaging:23.1.0"
54
54
  }
55
55
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  #endif
20
20
 
21
- #define PUSHWOOSH_VERSION @"6.5.0"
21
+ #define PUSHWOOSH_VERSION @"6.5.1"
22
22
 
23
23
 
24
24
  @class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Binary file