diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b08e9255..9eb6c1e3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -5,7 +5,7 @@ In `ios/PurchasesHybridCommon/Podfile` replace: ``` - pod 'RevenueCat', '4.31.1' + pod 'RevenueCat', '4.31.2' ``` with: diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 8d5bb63a..0c1a0ca9 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.framework = 'StoreKit' - s.dependency 'RevenueCat', '4.31.1' + s.dependency 'RevenueCat', '4.31.2' s.swift_version = '5.0' s.ios.deployment_target = '11.0' diff --git a/android/build.gradle b/android/build.gradle index e8add90b..73eba336 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { ext.assertj_version = '3.22.0' ext.mockk_version = '1.12.8' ext.gradle_maven_publish = '0.22.0' - ext.purchases_version = '7.2.6' + ext.purchases_version = '7.2.7' ext.detekt_version = '1.23.0' repositories { diff --git a/ios/PurchasesHybridCommon/Podfile b/ios/PurchasesHybridCommon/Podfile index d7d7d0f6..2ab52448 100644 --- a/ios/PurchasesHybridCommon/Podfile +++ b/ios/PurchasesHybridCommon/Podfile @@ -5,7 +5,7 @@ target 'PurchasesHybridCommon' do use_frameworks! # Pods for PurchasesHybridCommon - pod 'RevenueCat', '4.31.1' + pod 'RevenueCat', '4.31.2' target 'PurchasesHybridCommonTests' do # Pods for testing @@ -25,5 +25,5 @@ target 'ObjCAPITester' do platform :ios, '11.0' use_frameworks! - pod 'RevenueCat', '4.31.1' + pod 'RevenueCat', '4.31.2' end \ No newline at end of file diff --git a/ios/PurchasesHybridCommon/Podfile.lock b/ios/PurchasesHybridCommon/Podfile.lock index a358e979..a0bee4bc 100644 --- a/ios/PurchasesHybridCommon/Podfile.lock +++ b/ios/PurchasesHybridCommon/Podfile.lock @@ -1,12 +1,12 @@ PODS: - Nimble (10.0.0) - Quick (5.0.1) - - RevenueCat (4.31.1) + - RevenueCat (4.31.2) DEPENDENCIES: - Nimble - Quick - - RevenueCat (= 4.31.1) + - RevenueCat (= 4.31.2) SPEC REPOS: trunk: @@ -17,8 +17,8 @@ SPEC REPOS: SPEC CHECKSUMS: Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - RevenueCat: 3d9d19d3564c101f7f25a0a4fc10da1a9b04ddbe + RevenueCat: 63f6f4ae6916095561b90b2e1de86a492af67493 -PODFILE CHECKSUM: 46ccf272f2f8341865191379b0d53eea2eced8da +PODFILE CHECKSUM: a0e2517332435a3ef9bbe585d0c455796eed0c8e COCOAPODS: 1.14.3