react-native-purchases-ui 9.15.0 → 9.15.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/RNPaywalls.podspec +1 -1
- package/android/build.gradle +2 -2
- package/package.json +4 -5
package/RNPaywalls.podspec
CHANGED
|
@@ -17,6 +17,6 @@ Pod::Spec.new do |spec|
|
|
|
17
17
|
spec.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
|
|
18
18
|
|
|
19
19
|
spec.dependency "React-Core"
|
|
20
|
-
spec.dependency "PurchasesHybridCommonUI", '17.
|
|
20
|
+
spec.dependency "PurchasesHybridCommonUI", '17.54.0'
|
|
21
21
|
spec.swift_version = '5.7'
|
|
22
22
|
end
|
package/android/build.gradle
CHANGED
|
@@ -59,7 +59,7 @@ android {
|
|
|
59
59
|
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
|
|
60
60
|
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
|
|
61
61
|
versionCode 1
|
|
62
|
-
versionName '9.15.
|
|
62
|
+
versionName '9.15.1'
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
buildTypes {
|
|
@@ -91,7 +91,7 @@ dependencies {
|
|
|
91
91
|
//noinspection GradleDynamicVersion
|
|
92
92
|
implementation "com.facebook.react:react-native:+"
|
|
93
93
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
94
|
-
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.
|
|
94
|
+
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.54.0'
|
|
95
95
|
implementation 'androidx.compose.ui:ui-android:1.5.4'
|
|
96
96
|
implementation "androidx.appcompat:appcompat:1.6.1"
|
|
97
97
|
}
|
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": "9.15.
|
|
4
|
+
"version": "9.15.1",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"pod-install": "^0.1.0",
|
|
63
63
|
"prettier": "^2.0.5",
|
|
64
64
|
"react": "18.2.0",
|
|
65
|
-
"react-native": "0.
|
|
65
|
+
"react-native": "0.78.0",
|
|
66
66
|
"react-native-builder-bob": "^0.20.0",
|
|
67
67
|
"ts-jest": "^29.1.2",
|
|
68
68
|
"tslint": "^5.20.0",
|
|
@@ -72,13 +72,12 @@
|
|
|
72
72
|
},
|
|
73
73
|
"resolutions": {
|
|
74
74
|
"@types/react": "^18.2.44",
|
|
75
|
-
"@types/react-native": "0.73.5",
|
|
76
75
|
"@types/react-dom": "18.2.0"
|
|
77
76
|
},
|
|
78
77
|
"peerDependencies": {
|
|
79
78
|
"react": "*",
|
|
80
79
|
"react-native": ">= 0.73.0",
|
|
81
|
-
"react-native-purchases": "9.15.
|
|
80
|
+
"react-native-purchases": "9.15.1",
|
|
82
81
|
"react-native-web": "*"
|
|
83
82
|
},
|
|
84
83
|
"peerDependenciesMeta": {
|
|
@@ -125,6 +124,6 @@
|
|
|
125
124
|
]
|
|
126
125
|
},
|
|
127
126
|
"dependencies": {
|
|
128
|
-
"@revenuecat/purchases-typescript-internal": "17.
|
|
127
|
+
"@revenuecat/purchases-typescript-internal": "17.54.0"
|
|
129
128
|
}
|
|
130
129
|
}
|