File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
react-native-purchases-ui Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
24
24
]
25
25
26
26
spec . dependency "React-Core"
27
- spec . dependency "PurchasesHybridCommon" , '8.10.0-beta.7 '
27
+ spec . dependency "PurchasesHybridCommon" , '8.10.0-beta.8 '
28
28
spec . swift_version = '5.7'
29
29
end
Original file line number Diff line number Diff line change 1
1
| Version | iOS version | Android version | Common files version |
2
2
| ---------------| -------------| -----------------| -----------------------|
3
- | 7.15.0-rc.1 | 4.31.6 | 7.3.1 | 8.10.0-beta.7 |
3
+ | 7.15.0-rc.1 | 4.31.6 | 7.3.1 | 8.10.0-beta.8 |
4
4
| 7.5.1 | 4.31.2 | 7.2.7 | 8.1.1 |
5
5
| 7.5.0 | 4.31.1 | 7.2.6 | 8.1.0 |
6
6
| 7.4.0 | 4.30.5 | 7.2.4 | 8.0.0 |
Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
121
121
dependencies {
122
122
// noinspection GradleDynamicVersion
123
123
api ' com.facebook.react:react-native:+'
124
- implementation ' com.revenuecat.purchases:purchases-hybrid-common:8.10.0-beta.7 '
124
+ implementation ' com.revenuecat.purchases:purchases-hybrid-common:8.10.0-beta.8 '
125
125
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
126
126
}
Original file line number Diff line number Diff line change 104
104
]
105
105
},
106
106
"dependencies" : {
107
- "@revenuecat/purchases-typescript-internal" : " 8.10.0-beta.7 "
107
+ "@revenuecat/purchases-typescript-internal" : " 8.10.0-beta.8 "
108
108
}
109
109
}
Original file line number Diff line number Diff line change @@ -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 "PurchasesHybridCommon" , '8.10.0-beta.7 '
20
+ spec . dependency "PurchasesHybridCommon" , '8.10.0-beta.8 '
21
21
spec . swift_version = '5.7'
22
22
end
Original file line number Diff line number Diff line change @@ -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:8.10.0-beta.7 '
94
+ implementation ' com.revenuecat.purchases:purchases-hybrid-common-ui:8.10.0-beta.8 '
95
95
implementation ' androidx.compose.ui:ui-android:1.5.4'
96
96
implementation " androidx.appcompat:appcompat:1.6.1"
97
97
}
Original file line number Diff line number Diff line change @@ -3507,10 +3507,10 @@ __metadata:
3507
3507
languageName: node
3508
3508
linkType: hard
3509
3509
3510
- "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.7 ":
3511
- version: 8.10.0-beta.7
3512
- resolution: "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.7 "
3513
- checksum: 943c0e450e20d6fb3044a868b3fb579b1c1297c157a660d0dcccde99c0e2fc4b331f4c3011a8bdcbaf1844102f89aa163c67274580fa664e82dc021fc328ade2
3510
+ "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.8 ":
3511
+ version: 8.10.0-beta.8
3512
+ resolution: "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.8 "
3513
+ checksum: 4996117b0f24141312353b17906bea6f98fba8bd96f9e67060ba5e7158668cb70973d02fa740ba6d441adf104fb1938516e70461a4f356b8ad57098f50d598c6
3514
3514
languageName: node
3515
3515
linkType: hard
3516
3516
@@ -12580,7 +12580,7 @@ __metadata:
12580
12580
version: 0.0.0-use.local
12581
12581
resolution: "react-native-purchases@workspace:."
12582
12582
dependencies:
12583
- "@revenuecat/purchases-typescript-internal": 8.10.0-beta.7
12583
+ "@revenuecat/purchases-typescript-internal": 8.10.0-beta.8
12584
12584
"@types/jest": ^26.0.0
12585
12585
"@types/react": ^16.9.19
12586
12586
"@types/react-native": 0.62.13
You can’t perform that action at this time.
0 commit comments