Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: revenuecat-ops <[email protected]>
Co-authored-by: JayShortway <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 9, 2024
1 parent b0ad7e5 commit 52ca896
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.4.0'
spec.dependency 'PurchasesHybridCommon', '13.5.0'

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.4.0"
revenuecat-common = "13.5.0"
revenuecat-kmp = "1.2.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.4.0'
pod 'PurchasesHybridCommonUI', '13.4.0'
pod 'PurchasesHybridCommon', '13.5.0'
pod 'PurchasesHybridCommonUI', '13.5.0'
end
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.4.0'
spec.dependency 'PurchasesHybridCommon', '13.5.0'

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.4.0'
spec.dependency 'PurchasesHybridCommon', '13.5.0'

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.4.0'
spec.dependency 'PurchasesHybridCommonUI', '13.5.0'

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

0 comments on commit 52ca896

Please sign in to comment.