Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATIC] iOS 5.14.0 => 5.14.4 Android 8.10.5 => 8.10.6 #1003

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios-spm",
"state" : {
"revision" : "27eae63e68557b7866d29c53d8159aa9f2887c2f",
"version" : "5.14.0"
"revision" : "5d12ca1457689afcb20b7aebdfac3c9f8c8579bf",
"version" : "5.14.4"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
targets: ["PurchasesHybridCommonUI"]),
],
dependencies: [
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.14.0"),
.package(url: "https://github.com/RevenueCat/purchases-ios-spm", exact: "5.14.4"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down
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.14.0'
s.dependency 'RevenueCat', '5.14.4'
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.14.0'
s.dependency 'RevenueCatUI', '5.14.4'
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.10.5"
purchases = "8.10.6"
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.14.0'
pod 'RevenueCat', '5.14.4'

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

pod 'RevenueCat', '5.14.0'
pod 'RevenueCatUI', '5.14.0'
pod 'RevenueCat', '5.14.4'
pod 'RevenueCatUI', '5.14.4'

end

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

pod 'RevenueCat', '5.14.0'
pod 'RevenueCatUI', '5.14.0'
pod 'RevenueCat', '5.14.4'
pod 'RevenueCatUI', '5.14.4'
end
18 changes: 9 additions & 9 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.14.0)
- RevenueCatUI (5.14.0):
- RevenueCat (= 5.14.0)
- RevenueCat (5.14.4)
- RevenueCatUI (5.14.4):
- RevenueCat (= 5.14.4)

DEPENDENCIES:
- Nimble (= 10.0.0)
- Quick (= 5.0.1)
- RevenueCat (= 5.14.0)
- RevenueCatUI (= 5.14.0)
- RevenueCat (= 5.14.4)
- RevenueCatUI (= 5.14.4)

SPEC REPOS:
trunk:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: 34f4147c8d26d2f3c691be4e3c9f033698e557f2
RevenueCatUI: d07cd11f991f9fe72fbc64aa14257438ff1b3189
RevenueCat: 17876285a6766d8231f8bbfc8abf80056ee16ea4
RevenueCatUI: ece265394059af97d4a6732e8110dc68c082d036

PODFILE CHECKSUM: 3c80fc40beb4019de97121bae6704fcf677cda6a
PODFILE CHECKSUM: 33802c372585cb25cc768ab3a846ce40b0d575d5

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2