Skip to content

Commit

Permalink
Version bump for 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored and vegaro committed Apr 29, 2024
1 parent d73f31b commit e628684
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 '6.28.0'

buildscript {
ext.kotlin_version = '1.7.21'
ext.common_version = '10.5.0'
ext.common_version = '10.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', '10.5.0'
s.dependency 'PurchasesHybridCommon', '10.5.1'
s.ios.deployment_target = '11.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', '10.5.0'
s.dependency 'PurchasesHybridCommon', '10.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 '6.28.0'

buildscript {
ext.kotlin_version = '1.9.20'
ext.common_version = '10.5.0'
ext.common_version = '10.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', '10.5.0'
s.dependency 'PurchasesHybridCommonUI', '10.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', '10.5.0'
s.dependency 'PurchasesHybridCommonUI', '10.5.1'

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

0 comments on commit e628684

Please sign in to comment.