Skip to content

Commit

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

Updates purchases-hybrid-common to 13.5.1
  • Loading branch information
RCGitBot authored Oct 14, 2024
1 parent 4168580 commit 3fd2210
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '8.1.5'

buildscript {
ext.kotlin_version = '1.8.22'
ext.common_version = '13.5.0'
ext.common_version = '13.5.1'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion ios/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'PurchasesHybridCommon', '13.5.0'
s.dependency 'PurchasesHybridCommon', '13.5.1'
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion macos/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'FlutterMacOS'
s.dependency 'PurchasesHybridCommon', '13.5.0'
s.dependency 'PurchasesHybridCommon', '13.5.1'
s.platform = :osx, '10.12'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '8.1.5'

buildscript {
ext.kotlin_version = '1.9.20'
ext.common_version = '13.5.0'
ext.common_version = '13.5.1'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/ios/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Flutter plugin that integrates RevenueCat Paywalls
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'PurchasesHybridCommonUI', '13.5.0'
s.dependency 'PurchasesHybridCommonUI', '13.5.1'
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/macos/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Flutter plugin that integrates RevenueCat Paywalls
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
s.dependency 'PurchasesHybridCommonUI', '13.5.0'
s.dependency 'PurchasesHybridCommonUI', '13.5.1'

s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down

0 comments on commit 3fd2210

Please sign in to comment.