pushwoosh-react-native-plugin 6.1.46 → 6.1.48

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.46",
3
+ "version": "6.1.48",
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.46"
3
+ s.version = "6.1.48"
4
4
  s.summary = "React Native Pushwoosh Push Notifications module"
5
5
  s.requires_arc = true
6
6
  s.author = 'Pushwoosh'
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
15
15
  s.static_framework = true
16
16
 
17
17
  s.dependency 'React'
18
- s.dependency 'PushwooshXCFramework', '6.10.5'
18
+ s.dependency 'PushwooshXCFramework', '6.11.3'
19
19
  s.dependency 'PushwooshInboxUIXCFramework'
20
20
  end
@@ -7,7 +7,7 @@ buildscript {
7
7
  }
8
8
 
9
9
  dependencies {
10
- classpath 'com.android.tools.build:gradle:4.1.3'
10
+ classpath 'com.android.tools.build:gradle:8.1.1'
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 33
26
+ compileSdkVersion 34
27
27
  defaultConfig {
28
28
  minSdkVersion 21
29
- targetSdkVersion 33
29
+ targetSdkVersion 34
30
30
  }
31
31
  buildTypes {
32
32
  release {
@@ -37,7 +37,7 @@ android {
37
37
  }
38
38
 
39
39
  ext {
40
- pushwoosh = "6.7.33"
40
+ pushwoosh = "6.7.38"
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.4.20"
52
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22"
53
53
  implementation "com.google.firebase:firebase-messaging:23.1.0"
54
54
  }
55
55