react-native-iap 16.2.1 → 16.2.2

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/README.md CHANGED
@@ -79,12 +79,13 @@ Before installing React Native IAP, make sure you have:
79
79
  - Node.js 18 or later (and any higher minimum required by your React Native version)
80
80
  - iOS 15+ for iOS apps (StoreKit 2 requirement)
81
81
  - Android API level 23+ for the library (and any higher minimum required by React Native)
82
+ - Kotlin 2.1.20 or later for Android builds
82
83
 
83
84
  ### Post Installation
84
85
 
85
86
  #### Android Configuration
86
87
 
87
- **Kotlin compatibility:** React Native IAP uses the Kotlin and Android Gradle Plugin versions supplied by the host React Native project. Do not force the standalone OpenIAP fallback (`2.4.10`) into an older React Native template; keep the compiler line supported by that React Native release. The fallback is used only when the library is built outside a host that supplies those versions.
88
+ **Kotlin compatibility:** React Native IAP uses the Kotlin and Android Gradle Plugin versions supplied by the host React Native project. Published OpenIAP Android artifacts are validated against Kotlin `2.1.20`, while the standalone source-build fallback is Kotlin `2.2.0`. React Native 0.79 projects that still use Kotlin 2.0.21 must upgrade their Android Kotlin plugin; newer React Native releases should keep their supplied compiler version.
88
89
 
89
90
  #### iOS Configuration
90
91
 
@@ -1,4 +1,4 @@
1
- NitroIap_kotlinVersion=2.4.10
1
+ NitroIap_kotlinVersion=2.2.0
2
2
  NitroIap_androidGradlePluginVersion=8.13.2
3
3
  NitroIap_coroutinesVersion=1.11.0
4
4
  NitroIap_playServicesBaseVersion=18.10.0
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "spec": "3.1.1",
3
- "google": "3.2.1",
3
+ "google": "3.2.2",
4
4
  "apple": "3.1.1"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "16.2.1",
3
+ "version": "16.2.2",
4
4
  "description": "React Native In-App Purchases module for iOS and Android using Nitro",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",