Skip to content

Commit

Permalink
[AUTOMATIC] iOS 5.3.4 => 5.4.0 Android 8.7.2 => 8.8.0 (#928)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 5.3.4 => 5.4.0 Android 8.7.2 => 8.8.0
  • Loading branch information
RCGitBot authored Oct 1, 2024
1 parent 009a562 commit 0c9296c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.framework = 'StoreKit'

s.dependency 'RevenueCat', '5.3.4'
s.dependency 'RevenueCat', '5.4.0'
s.swift_version = '5.7'

s.ios.deployment_target = '13.0'
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommonUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.framework = 'StoreKit'
s.framework = 'SwiftUI'

s.dependency 'RevenueCatUI', '5.3.4'
s.dependency 'RevenueCatUI', '5.4.0'
s.dependency 'PurchasesHybridCommon', s.version.to_s
s.swift_version = '5.7'

Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ junit-jupiter = "5.8.2"
kotlin = "1.7.21"
junit = "4.13.2"
mockk = "1.12.8"
purchases = "8.7.2"
purchases = "8.8.0"
detekt = "1.23.0"
android-junit5-version = "1.8.2.0"
mavenPublish = "0.22.0"
Expand Down
10 changes: 5 additions & 5 deletions ios/PurchasesHybridCommon/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target 'PurchasesHybridCommon' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.3.4'
pod 'RevenueCat', '5.4.0'

target 'PurchasesHybridCommonTests' do
# Pods for testing
Expand All @@ -24,15 +24,15 @@ target 'PurchasesHybridCommonUI' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.3.4'
pod 'RevenueCatUI', '5.3.4'
pod 'RevenueCat', '5.4.0'
pod 'RevenueCatUI', '5.4.0'

end

target 'ObjCAPITester' do
platform :ios, '13.0'
use_frameworks!

pod 'RevenueCat', '5.3.4'
pod 'RevenueCatUI', '5.3.4'
pod 'RevenueCat', '5.4.0'
pod 'RevenueCatUI', '5.4.0'
end
16 changes: 8 additions & 8 deletions ios/PurchasesHybridCommon/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- Nimble (10.0.0)
- Quick (5.0.1)
- RevenueCat (5.3.4)
- RevenueCatUI (5.3.4):
- RevenueCat (= 5.3.4)
- RevenueCat (5.4.0)
- RevenueCatUI (5.4.0):
- RevenueCat (= 5.4.0)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.3.4)
- RevenueCatUI (= 5.3.4)
- RevenueCat (= 5.4.0)
- RevenueCatUI (= 5.4.0)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: 4ba0e585d42cdfc3fafce631c51ea9088053fae2
RevenueCatUI: abf69b9b3132fcf25b819e710b2af292832b4e74
RevenueCat: cb9c3684b01deb0d3db2011db09e638fcb5ad0e0
RevenueCatUI: 8bb1e613193643ad53a132fd901f90535da0c87a

PODFILE CHECKSUM: d42d40ab9d32f821b1e38f5a65ec23f91ee005be
PODFILE CHECKSUM: f5412e24298c3c04189158812813fc5d2b01627b

COCOAPODS: 1.15.2

0 comments on commit 0c9296c

Please sign in to comment.