Skip to content

Commit

Permalink
[AUTOMATIC] iOS 5.2.2 => 5.2.3 Android 8.3.1 => 8.4.0 (#890)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 5.2.2 => 5.2.3 Android 8.3.1 => 8.4.0
  • Loading branch information
RCGitBot authored Aug 8, 2024
1 parent 43e6cc7 commit 1fec8f0
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.2.2'
s.dependency 'RevenueCat', '5.2.3'
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.2.2'
s.dependency 'RevenueCatUI', '5.2.3'
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.3.1"
purchases = "8.4.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.2.2'
pod 'RevenueCat', '5.2.3'

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

pod 'RevenueCat', '5.2.2'
pod 'RevenueCatUI', '5.2.2'
pod 'RevenueCat', '5.2.3'
pod 'RevenueCatUI', '5.2.3'

end

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

pod 'RevenueCat', '5.2.2'
pod 'RevenueCatUI', '5.2.2'
pod 'RevenueCat', '5.2.3'
pod 'RevenueCatUI', '5.2.3'
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.2.2)
- RevenueCatUI (5.2.2):
- RevenueCat (= 5.2.2)
- RevenueCat (5.2.3)
- RevenueCatUI (5.2.3):
- RevenueCat (= 5.2.3)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.2.2)
- RevenueCatUI (= 5.2.2)
- RevenueCat (= 5.2.3)
- RevenueCatUI (= 5.2.3)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: ba985d80069c1c4b9c9e0763f1852f2a0bdcc2d6
RevenueCatUI: a5eec63e40eed0a5096af44c1259337b01959a13
RevenueCat: 86e4486345a6f7740fecb1eeff91eeff8708eee1
RevenueCatUI: c19388c5f35ef5beea1b9b7a2593479f12303dc6

PODFILE CHECKSUM: 00f9de45504f1034bc4846021d0d9c1d4ee37831
PODFILE CHECKSUM: d1a6446ea52e9beb899be25d0db753703ca3ef86

COCOAPODS: 1.15.2

0 comments on commit 1fec8f0

Please sign in to comment.