@ua/react-native-airship 25.2.0 → 25.3.1

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.
@@ -3,4 +3,4 @@ Airship_minSdkVersion=23
3
3
  Airship_targetSdkVersion=36
4
4
  Airship_compileSdkVersion=36
5
5
  Airship_ndkversion=26.1.10909125
6
- Airship_airshipProxyVersion=14.8.0
6
+ Airship_airshipProxyVersion=14.10.1
@@ -9,7 +9,8 @@
9
9
 
10
10
  <service
11
11
  android:name="com.urbanairship.reactnative.AirshipHeadlessEventService"
12
- android:exported="false" />
12
+ android:exported="false"
13
+ android:stopWithTask="true" />
13
14
 
14
15
  <activity
15
16
  android:name="com.urbanairship.android.framework.proxy.CustomMessageCenterActivity"
@@ -26,7 +26,7 @@ class AirshipHeadlessEventService : HeadlessJsTaskService() {
26
26
  }
27
27
 
28
28
  companion object {
29
- private const val TASK_TIMEOUT: Long = 60000
29
+ private const val TASK_TIMEOUT: Long = 1000
30
30
  private const val TASK_KEY = "AirshipAndroidBackgroundEventTask"
31
31
 
32
32
  fun startService(context: Context): Boolean {
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
39
39
  AirshipProxy.shared
40
40
  }
41
41
 
42
- public static let version: String = "25.2.0"
42
+ public static let version: String = "25.3.1"
43
43
 
44
44
  private let eventNotifier = EventNotifier()
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ua/react-native-airship",
3
- "version": "25.2.0",
3
+ "version": "25.3.1",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
18
 
19
19
  install_modules_dependencies(s)
20
20
 
21
- s.dependency "AirshipFrameworkProxy", "14.8.0"
21
+ s.dependency "AirshipFrameworkProxy", "14.10.1"
22
22
  end