Skip to content

Commit

Permalink
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.1 (#206)
Browse files Browse the repository at this point in the history
* Version bump for 13.2.1

* Updates Podfile.lock

---------

Co-authored-by: revenuecat-ops <[email protected]>
  • Loading branch information
RCGitBot and revenuecat-ops authored Sep 17, 2024
1 parent ef24cf7 commit f841028
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion core/core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/Purchases.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'PurchasesHybridCommon', '13.2.0'
spec.dependency 'PurchasesHybridCommon', '13.2.1'

if !Dir.exist?('build/cocoapods/framework/Purchases.framework') || Dir.empty?('build/cocoapods/framework/Purchases.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-targetSdk = "34"
ios-deploymentTarget = "13.0"
java = "1.8"
kotlin = "1.9.23"
revenuecat-common = "13.2.0"
revenuecat-common = "13.2.1"
revenuecat-kmp = "1.1.0-SNAPSHOT"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'iosApp' do
# use_frameworks!

# Pods for iosApp
pod 'PurchasesHybridCommon', '13.2.0'
pod 'PurchasesHybridCommonUI', '13.2.0'
pod 'PurchasesHybridCommon', '13.2.1'
pod 'PurchasesHybridCommonUI', '13.2.1'
end
30 changes: 15 additions & 15 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- PurchasesHybridCommon (13.2.0):
- RevenueCat (= 5.3.1)
- PurchasesHybridCommonUI (13.2.0):
- PurchasesHybridCommon (= 13.2.0)
- RevenueCatUI (= 5.3.1)
- RevenueCat (5.3.1)
- RevenueCatUI (5.3.1):
- RevenueCat (= 5.3.1)
- PurchasesHybridCommon (13.2.1):
- RevenueCat (= 5.3.3)
- PurchasesHybridCommonUI (13.2.1):
- PurchasesHybridCommon (= 13.2.1)
- RevenueCatUI (= 5.3.3)
- RevenueCat (5.3.3)
- RevenueCatUI (5.3.3):
- RevenueCat (= 5.3.3)

DEPENDENCIES:
- PurchasesHybridCommon (= 13.2.0)
- PurchasesHybridCommonUI (= 13.2.0)
- PurchasesHybridCommon (= 13.2.1)
- PurchasesHybridCommonUI (= 13.2.1)

SPEC REPOS:
trunk:
Expand All @@ -20,11 +20,11 @@ SPEC REPOS:
- RevenueCatUI

SPEC CHECKSUMS:
PurchasesHybridCommon: 20acf98303a9593f5d56b449459dcf16ea581a99
PurchasesHybridCommonUI: fc8fa6ad78cfcdb6d82a8a865a8ae8b78724df53
RevenueCat: b2d2555cbb1f4116d341af4c5f82269c8e4e499a
RevenueCatUI: 59b63f64505eac217af31f596e1ce3583734bba6
PurchasesHybridCommon: 7955b21cc5a8be78cea6dcf92f3906f3e5cec972
PurchasesHybridCommonUI: 6037cb06aac30fc4e91e69b1679fc295bc443eb3
RevenueCat: d9e8b1b56bf81483cf8bb902a952a2da8749b964
RevenueCatUI: 5fa9f837d8bf2579917e5531f05ffe896b188e9e

PODFILE CHECKSUM: 765478420b42264728e182ac4d530b13d5d77b49
PODFILE CHECKSUM: 1b6a94e75a923b170e4c353a59a95423dedcb5a9

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion mappings/mappings.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/mappings.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'PurchasesHybridCommon', '13.2.0'
spec.dependency 'PurchasesHybridCommon', '13.2.1'

if !Dir.exist?('build/cocoapods/framework/mappings.framework') || Dir.empty?('build/cocoapods/framework/mappings.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion models/models.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/models.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'PurchasesHybridCommon', '13.2.0'
spec.dependency 'PurchasesHybridCommon', '13.2.1'

if !Dir.exist?('build/cocoapods/framework/models.framework') || Dir.empty?('build/cocoapods/framework/models.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion revenuecatui/revenuecatui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/revenuecatui.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'PurchasesHybridCommonUI', '13.2.0'
spec.dependency 'PurchasesHybridCommonUI', '13.2.1'

if !Dir.exist?('build/cocoapods/framework/revenuecatui.framework') || Dir.empty?('build/cocoapods/framework/revenuecatui.framework')
raise "
Expand Down

0 comments on commit f841028

Please sign in to comment.