react-native-purchases-ui 8.3.0 → 8.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/android/build.gradle
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-purchases-ui",
|
3
3
|
"title": "React Native Purchases UI",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.4.0",
|
5
5
|
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.",
|
6
6
|
"main": "lib/commonjs/index",
|
7
7
|
"module": "lib/module/index",
|
@@ -115,6 +115,6 @@
|
|
115
115
|
},
|
116
116
|
"dependencies": {
|
117
117
|
"@revenuecat/purchases-typescript-internal": "13.12.0",
|
118
|
-
"react-native-purchases": "8.
|
118
|
+
"react-native-purchases": "8.4.0"
|
119
119
|
}
|
120
120
|
}
|