Skip to content

Commit

Permalink
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.2.0 (#812)
Browse files Browse the repository at this point in the history
**This is an automatic bump.**

Updates purchases-hybrid-common to 8.2.0

Co-authored-by: RevenueCat CI <dev+ci@revenuecat.com>
  • Loading branch information
RCGitBot and RevenueCat CI authored Dec 26, 2023
1 parent 07d5916 commit 032026e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.2'
spec.dependency "PurchasesHybridCommon", '8.2.0'
spec.swift_version = '5.0'
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.1.2'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:8.2.0'
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 @@ -95,6 +95,6 @@
]
},
"dependencies": {
"@revenuecat/purchases-typescript-internal": "8.1.2"
"@revenuecat/purchases-typescript-internal": "8.2.0"
}
}

0 comments on commit 032026e

Please sign in to comment.