Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates purchases-hybrid-common to 13.16.1 #304

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.0'
spec.dependency 'PurchasesHybridCommon', '13.16.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 @@ -7,7 +7,7 @@ ios-deploymentTarget-core = "13.0"
ios-deploymentTarget-ui = "15.0"
java = "1.8"
kotlin = "1.9.23"
revenuecat-common = "13.16.0"
revenuecat-common = "13.16.1"
revenuecat-kmp = "1.4.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.16.0'
pod 'PurchasesHybridCommonUI', '13.16.0'
pod 'PurchasesHybridCommon', '13.16.1'
pod 'PurchasesHybridCommonUI', '13.16.1'
end
16 changes: 8 additions & 8 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- PurchasesHybridCommon (13.16.0):
- PurchasesHybridCommon (13.16.1):
- RevenueCat (= 5.15.0)
- PurchasesHybridCommonUI (13.16.0):
- PurchasesHybridCommon (= 13.16.0)
- PurchasesHybridCommonUI (13.16.1):
- PurchasesHybridCommon (= 13.16.1)
- RevenueCatUI (= 5.15.0)
- RevenueCat (5.15.0)
- RevenueCatUI (5.15.0):
- RevenueCat (= 5.15.0)

DEPENDENCIES:
- PurchasesHybridCommon (= 13.16.0)
- PurchasesHybridCommonUI (= 13.16.0)
- PurchasesHybridCommon (= 13.16.1)
- PurchasesHybridCommonUI (= 13.16.1)

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

SPEC CHECKSUMS:
PurchasesHybridCommon: 60bc5dedcc77aadcf1ef8fc2e98e9d9906ac6082
PurchasesHybridCommonUI: 924d9f160c9b6fe30128f8ef2874aad435abfe18
PurchasesHybridCommon: 1a7cfcbc152085643d85f7aaed954ab90ab651d1
PurchasesHybridCommonUI: 9cec853dc29a50d6e867f71fc5d2f0c290374ba3
RevenueCat: 90e7642834cabc3e04e396117776bfb3f50debbf
RevenueCatUI: 8b7f4635f5c1de202b4395eca2b5efc33583c0ce

PODFILE CHECKSUM: da5d74e4201b410a2cf154e1386f61269b6d4551
PODFILE CHECKSUM: d7a228b37ae80fea4d206cc5df33a9158fb663f5

COCOAPODS: 1.16.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.16.0'
spec.dependency 'PurchasesHybridCommon', '13.16.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.16.0'
spec.dependency 'PurchasesHybridCommon', '13.16.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 = '15.0'
spec.dependency 'PurchasesHybridCommonUI', '13.16.0'
spec.dependency 'PurchasesHybridCommonUI', '13.16.1'

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