Skip to content

Commit

Permalink
[AUTOMATIC] iOS 5.3.1 => 5.3.2 Android 8.7.0 => 8.7.1 (#916)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 5.3.1 => 5.3.2 Android 8.7.0 => 8.7.1
  • Loading branch information
RCGitBot authored Sep 9, 2024
1 parent d39dd7d commit 8830581
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.1'
s.dependency 'RevenueCat', '5.3.2'
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.1'
s.dependency 'RevenueCatUI', '5.3.2'
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.0"
purchases = "8.7.1"
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.1'
pod 'RevenueCat', '5.3.2'

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.1'
pod 'RevenueCatUI', '5.3.1'
pod 'RevenueCat', '5.3.2'
pod 'RevenueCatUI', '5.3.2'

end

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

pod 'RevenueCat', '5.3.1'
pod 'RevenueCatUI', '5.3.1'
pod 'RevenueCat', '5.3.2'
pod 'RevenueCatUI', '5.3.2'
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.1)
- RevenueCatUI (5.3.1):
- RevenueCat (= 5.3.1)
- RevenueCat (5.3.2)
- RevenueCatUI (5.3.2):
- RevenueCat (= 5.3.2)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.3.1)
- RevenueCatUI (= 5.3.1)
- RevenueCat (= 5.3.2)
- RevenueCatUI (= 5.3.2)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: b2d2555cbb1f4116d341af4c5f82269c8e4e499a
RevenueCatUI: 59b63f64505eac217af31f596e1ce3583734bba6
RevenueCat: 7d876692c9a17db43bc31a9abbfc16d72d2e023c
RevenueCatUI: b593aaf4c947a9f97a180cda49194bcc15b4e4f4

PODFILE CHECKSUM: 82de377979807d3402ade4f966c2d06639e8fb10
PODFILE CHECKSUM: ca6083e71c03425d1527375c7edbef8ac025fb54

COCOAPODS: 1.15.2

0 comments on commit 8830581

Please sign in to comment.