react-native-iap 12.12.2 → 12.13.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.
- package/README.md +2 -4
- package/android/gradle.properties +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,11 +54,9 @@ Follow [this guide](./IapExample/README.md) to get the example running.
|
|
|
54
54
|
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
55
55
|
| <a href="https://namiml.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/89d71f61-bb73-400a-83bd-fe0f96eb726e" width="450"/></a> |
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
## Past Sponsors
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
61
|
-
| <a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="300"/></a> |
|
|
59
|
+
<a href="https://www.revenuecat.com"><img src="https://github.com/dooboolab-community/react-native-iap/assets/27461460/1e387a47-afe0-4b85-ad78-1064ca6623fa" width="200"/></a>
|
|
62
60
|
|
|
63
61
|
Support this project by becoming a sponsor. Your logo will show up here with
|
|
64
62
|
a link to your website. [Buy me a coffee](https://www.buymeacoffee.com/dooboolab) or
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
RNIap_kotlinVersion=1.
|
|
1
|
+
RNIap_kotlinVersion=1.8.0
|
|
2
2
|
RNIap_minSdkVersion=21
|
|
3
|
-
RNIap_targetSdkVersion=
|
|
4
|
-
RNIap_compileSdkVersion=
|
|
5
|
-
RNIap_buildToolsVersion=
|
|
6
|
-
RNIap_ndkversion=
|
|
3
|
+
RNIap_targetSdkVersion=33
|
|
4
|
+
RNIap_compileSdkVersion=33
|
|
5
|
+
RNIap_buildToolsVersion=33.0.0
|
|
6
|
+
RNIap_ndkversion=23.1.7779620
|
|
7
7
|
RNIap_playServicesVersion=18.1.0
|
|
8
8
|
RNIap_amazonSdkVersion=3.0.4
|
|
9
|
-
RNIap_playBillingSdkVersion=6.0
|
|
9
|
+
RNIap_playBillingSdkVersion=6.1.0
|
|
10
10
|
|
|
11
11
|
android.useAndroidX=true
|
|
12
12
|
android.enableJetifier=true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.13.1",
|
|
4
4
|
"description": "React Native In App Purchase Module.",
|
|
5
5
|
"repository": "https://github.com/dooboolab-community/react-native-iap",
|
|
6
6
|
"author": "hyochan <dooboolab@gmail.com> (https://github.com/hyochan)",
|
|
@@ -119,6 +119,6 @@
|
|
|
119
119
|
"@types/react": "17.0.59"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@expo/config-plugins": "^
|
|
122
|
+
"@expo/config-plugins": "^7.8.4"
|
|
123
123
|
}
|
|
124
124
|
}
|