Skip to content

Commit 90d1e06

Browse files
RCGitBotrevenuecat-opstonidero
authored
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.35.0 (#678)
Version bump for 17.35.0 Co-authored-by: revenuecat-ops <ops@revenuecat.com> Co-authored-by: Toni Rico <toni.rico.diez@revenuecat.com>
1 parent 4615f14 commit 90d1e06

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

core/core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/Purchases.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '13.0'
12-
spec.dependency 'PurchasesHybridCommon', '17.33.1'
12+
spec.dependency 'PurchasesHybridCommon', '17.35.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/Purchases.framework') || Dir.empty?('build/cocoapods/framework/Purchases.framework')
1515
raise "

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java = "1.8"
1212
junit = "5.10.0"
1313
kotlin = "2.1.21"
1414
mavenPublish = "0.33.0"
15-
revenuecat-common = "17.33.1"
15+
revenuecat-common = "17.35.0"
1616
revenuecat-kmp = "2.6.0-SNAPSHOT"
1717

1818
[libraries]

iosApp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'iosApp' do
66
# use_frameworks!
77

88
# Pods for iosApp
9-
pod 'PurchasesHybridCommon', '17.33.1'
10-
pod 'PurchasesHybridCommonUI', '17.33.1'
9+
pod 'PurchasesHybridCommon', '17.35.0'
10+
pod 'PurchasesHybridCommonUI', '17.35.0'
1111
end

mappings/mappings.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/mappings.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '13.0'
12-
spec.dependency 'PurchasesHybridCommon', '17.33.1'
12+
spec.dependency 'PurchasesHybridCommon', '17.35.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/mappings.framework') || Dir.empty?('build/cocoapods/framework/mappings.framework')
1515
raise "

models/models.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/models.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '13.0'
12-
spec.dependency 'PurchasesHybridCommon', '17.33.1'
12+
spec.dependency 'PurchasesHybridCommon', '17.35.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/models.framework') || Dir.empty?('build/cocoapods/framework/models.framework')
1515
raise "

revenuecatui/revenuecatui.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/revenuecatui.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '15.0'
12-
spec.dependency 'PurchasesHybridCommonUI', '17.33.1'
12+
spec.dependency 'PurchasesHybridCommonUI', '17.35.0'
1313

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

0 commit comments

Comments
 (0)