Skip to content

Commit

Permalink
Version bump for 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored and tonidero committed Nov 17, 2023
1 parent 050a8d6 commit f05ca92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.21'
ext.common_version = '7.3.3'
ext.common_version = '7.4.0'
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', '7.3.3'
s.dependency 'PurchasesHybridCommon', '7.4.0'
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', '7.3.3'
s.dependency 'PurchasesHybridCommon', '7.4.0'
s.platform = :osx, '10.12'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down

0 comments on commit f05ca92

Please sign in to comment.