@ua/react-native-airship 26.0.0 → 26.1.0

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.
@@ -60,14 +60,10 @@ android {
60
60
  targetCompatibility JavaVersion.VERSION_17
61
61
  }
62
62
 
63
- sourceSets {
64
- main {
65
- java.srcDirs += [
66
- "generated/java",
67
- "generated/jni"
68
- ]
69
- }
70
- }
63
+ // Note: android/generated/ directory contains pre-generated codegen files
64
+ // for backwards compatibility with older React Native versions (< 0.72).
65
+ // For RN 0.72+ with new architecture, codegen generates these automatically
66
+ // in build/generated/source/codegen/, so we don't include them here.
71
67
  }
72
68
 
73
69
  repositories {
@@ -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=15.0.1
6
+ Airship_airshipProxyVersion=15.2.0
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
39
39
  AirshipProxy.shared
40
40
  }
41
41
 
42
- public static let version: String = "26.0.0"
42
+ public static let version: String = "26.1.0"
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": "26.0.0",
3
+ "version": "26.1.0",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
 
20
20
  install_modules_dependencies(s)
21
21
 
22
- s.dependency "AirshipFrameworkProxy", "15.0.1"
22
+ s.dependency "AirshipFrameworkProxy", "15.2.0"
23
23
  end