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 +2 -1
- package/android/gradle.properties +1 -1
- package/openiap-versions.json +1 -1
- package/package.json +1 -1
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.
|
|
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
|
|
package/openiap-versions.json
CHANGED
package/package.json
CHANGED