Skip to content

Commit

Permalink
Updates purchases-hybrid-common to 8.11.1 (#849)
Browse files Browse the repository at this point in the history
Updates purchases-hybrid-common to 8.11.1

---------

Co-authored-by: RevenueCat CI <[email protected]>
Co-authored-by: Toni Rico <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent c073fda commit 32299d9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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.1'
spec.dependency "PurchasesHybridCommon", '8.11.1'
spec.swift_version = '5.7'
end
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.1'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:8.11.1'
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.1"
"@revenuecat/purchases-typescript-internal": "8.11.1"
}
}
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.1'
spec.dependency "PurchasesHybridCommon", '8.11.1'
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.1'
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:8.11.1'
implementation 'androidx.compose.ui:ui-android:1.5.4'
implementation "androidx.appcompat:appcompat:1.6.1"
}
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3514,6 +3514,13 @@ __metadata:
languageName: node
linkType: hard

"@revenuecat/purchases-typescript-internal@npm:8.11.1":
version: 8.11.1
resolution: "@revenuecat/purchases-typescript-internal@npm:8.11.1"
checksum: 7be5c729e2bc0e003be46e0e9885558ac77ef82463d6c3c81f9fd6150471e7a34c94a798206aff8e4ec3159a18b20b185462a183e386c42d71b2762186d69970
languageName: node
linkType: hard

"@sideway/address@npm:^4.1.3":
version: 4.1.4
resolution: "@sideway/address@npm:4.1.4"
Expand Down Expand Up @@ -12581,7 +12588,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-native-purchases@workspace:."
dependencies:
"@revenuecat/purchases-typescript-internal": 8.10.1
"@revenuecat/purchases-typescript-internal": 8.11.1
"@types/jest": ^26.0.0
"@types/react": ^16.9.19
"@types/react-native": 0.62.13
Expand Down

0 comments on commit 32299d9

Please sign in to comment.