react-native-iap 12.5.0 → 12.5.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.
@@ -154,6 +154,7 @@ def androidXVersion = getExtOrDefault("androidXVersion")
154
154
  def androidXAnnotation = getExtOrDefault("androidXAnnotation")
155
155
  def androidXBrowser = getExtOrDefault("androidXBrowser")
156
156
  def amazonSdkVersion = getExtOrDefault("amazonSdkVersion")
157
+ def playBillingSdkVersion = getExtOrDefault("playBillingSdkVersion")
157
158
 
158
159
  dependencies {
159
160
  implementation "com.facebook.react:react-native:+"
@@ -162,7 +163,7 @@ dependencies {
162
163
  testImplementation "junit:junit:4.13.2"
163
164
  testImplementation "io.mockk:mockk:1.12.4"
164
165
 
165
- playImplementation "com.android.billingclient:billing-ktx:5.0.0"
166
+ playImplementation "com.android.billingclient:billing-ktx:$playBillingSdkVersion"
166
167
  playImplementation "com.google.android.gms:play-services-base:$playServicesVersion"
167
168
 
168
169
  amazonImplementation "com.amazon.device:amazon-appstore-sdk:$amazonSdkVersion"
@@ -1,11 +1,12 @@
1
- RNIap_kotlinVersion=1.7.0
1
+ RNIap_kotlinVersion=1.7.21
2
2
  RNIap_minSdkVersion=21
3
3
  RNIap_targetSdkVersion=31
4
4
  RNIap_compileSdkVersion=31
5
5
  RNIap_buildToolsVersion=30.0.2
6
6
  RNIap_ndkversion=21.4.7075529
7
- RNIap_playServicesVersion=17.6.0
7
+ RNIap_playServicesVersion=18.1.0
8
8
  RNIap_amazonSdkVersion=3.0.3
9
+ RNIap_playBillingSdkVersion=5.1.0
9
10
 
10
11
  android.useAndroidX=true
11
12
  android.enableJetifier=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "12.5.0",
3
+ "version": "12.5.1",
4
4
  "description": "React Native In App Purchase Module.",
5
5
  "repository": "https://github.com/dooboolab/react-native-iap",
6
6
  "author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",