Skip to content

Commit

Permalink
[AUTOMATIC] iOS 5.7.0 => 5.7.1 Android 8.8.1 => 8.9.0 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored Nov 4, 2024
1 parent 7256983 commit a1821a0
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.7.0'
s.dependency 'RevenueCat', '5.7.1'
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.7.0'
s.dependency 'RevenueCatUI', '5.7.1'
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.8.1"
purchases = "8.9.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.7.0'
pod 'RevenueCat', '5.7.1'

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

pod 'RevenueCat', '5.7.0'
pod 'RevenueCatUI', '5.7.0'
pod 'RevenueCat', '5.7.1'
pod 'RevenueCatUI', '5.7.1'

end

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

pod 'RevenueCat', '5.7.0'
pod 'RevenueCatUI', '5.7.0'
pod 'RevenueCat', '5.7.1'
pod 'RevenueCatUI', '5.7.1'
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.7.0)
- RevenueCatUI (5.7.0):
- RevenueCat (= 5.7.0)
- RevenueCat (5.7.1)
- RevenueCatUI (5.7.1):
- RevenueCat (= 5.7.1)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.7.0)
- RevenueCatUI (= 5.7.0)
- RevenueCat (= 5.7.1)
- RevenueCatUI (= 5.7.1)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: f4d2291de0fa400f7880e62283fb19a148567a6a
RevenueCatUI: b6f1f34b78fde7fd2cd0fe000bbc32adff73ce06
RevenueCat: fd13e14159aefb128a8e822451d08418e04fdda3
RevenueCatUI: 790ed2c20ceddbebe84b873f4998b555eea84a9e

PODFILE CHECKSUM: 777ede81593fd340b4188571e5e5e9edf295443f
PODFILE CHECKSUM: c91b774f8f398ef2154e37b6ace55716ce8aca73

COCOAPODS: 1.15.2

0 comments on commit a1821a0

Please sign in to comment.