Skip to content

Commit

Permalink
update phc
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jan 2, 2024
1 parent df0db78 commit 557ce58
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion RNPurchases.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
]

spec.dependency "React-Core"
spec.dependency "PurchasesHybridCommon", '8.10.0-beta.7'
spec.dependency "PurchasesHybridCommon", '8.10.0-beta.8'
spec.swift_version = '5.7'
end
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------------|-------------|-----------------|-----------------------|
| 7.15.0-rc.1 | 4.31.6 | 7.3.1 | 8.10.0-beta.7 |
| 7.15.0-rc.1 | 4.31.6 | 7.3.1 | 8.10.0-beta.8 |
| 7.5.1 | 4.31.2 | 7.2.7 | 8.1.1 |
| 7.5.0 | 4.31.1 | 7.2.6 | 8.1.0 |
| 7.4.0 | 4.30.5 | 7.2.4 | 8.0.0 |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:8.10.0-beta.7'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:8.10.0-beta.8'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
]
},
"dependencies": {
"@revenuecat/purchases-typescript-internal": "8.10.0-beta.7"
"@revenuecat/purchases-typescript-internal": "8.10.0-beta.8"
}
}
2 changes: 1 addition & 1 deletion react-native-purchases-ui/RNPaywalls.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |spec|
spec.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

spec.dependency "React-Core"
spec.dependency "PurchasesHybridCommon", '8.10.0-beta.7'
spec.dependency "PurchasesHybridCommon", '8.10.0-beta.8'
spec.swift_version = '5.7'
end
2 changes: 1 addition & 1 deletion react-native-purchases-ui/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:8.10.0-beta.7'
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:8.10.0-beta.8'
implementation 'androidx.compose.ui:ui-android:1.5.4'
implementation "androidx.appcompat:appcompat:1.6.1"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3507,10 +3507,10 @@ __metadata:
languageName: node
linkType: hard

"@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.7":
version: 8.10.0-beta.7
resolution: "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.7"
checksum: 943c0e450e20d6fb3044a868b3fb579b1c1297c157a660d0dcccde99c0e2fc4b331f4c3011a8bdcbaf1844102f89aa163c67274580fa664e82dc021fc328ade2
"@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.8":
version: 8.10.0-beta.8
resolution: "@revenuecat/purchases-typescript-internal@npm:8.10.0-beta.8"
checksum: 4996117b0f24141312353b17906bea6f98fba8bd96f9e67060ba5e7158668cb70973d02fa740ba6d441adf104fb1938516e70461a4f356b8ad57098f50d598c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -12580,7 +12580,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-native-purchases@workspace:."
dependencies:
"@revenuecat/purchases-typescript-internal": 8.10.0-beta.7
"@revenuecat/purchases-typescript-internal": 8.10.0-beta.8
"@types/jest": ^26.0.0
"@types/react": ^16.9.19
"@types/react-native": 0.62.13
Expand Down

0 comments on commit 557ce58

Please sign in to comment.