Skip to content

Commit

Permalink
[AUTOMATIC] iOS 4.31.5 => 4.31.6 Android 7.2.8 => 7.3.0 (#613)
Browse files Browse the repository at this point in the history
[AUTOMATIC] iOS 4.31.5 => 4.31.6 Android 7.2.8 => 7.3.0
  • Loading branch information
RCGitBot authored Dec 26, 2023
1 parent 5a3f1e9 commit 230625f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In `ios/PurchasesHybridCommon/Podfile` replace:

```
pod 'RevenueCat', '4.31.5'
pod 'RevenueCat', '4.31.6'
```

with:
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', '4.31.5'
s.dependency 'RevenueCat', '4.31.6'
s.swift_version = '5.0'

s.ios.deployment_target = '11.0'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.8'
ext.purchases_version = '7.3.0'
ext.detekt_version = '1.23.0'

repositories {
Expand Down
4 changes: 2 additions & 2 deletions ios/PurchasesHybridCommon/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'PurchasesHybridCommon' do
use_frameworks!

# Pods for PurchasesHybridCommon
pod 'RevenueCat', '4.31.5'
pod 'RevenueCat', '4.31.6'

target 'PurchasesHybridCommonTests' do
# Pods for testing
Expand All @@ -25,5 +25,5 @@ target 'ObjCAPITester' do
platform :ios, '11.0'
use_frameworks!

pod 'RevenueCat', '4.31.5'
pod 'RevenueCat', '4.31.6'
end
8 changes: 4 additions & 4 deletions ios/PurchasesHybridCommon/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Nimble (10.0.0)
- Quick (5.0.1)
- RevenueCat (4.31.5)
- RevenueCat (4.31.6)

DEPENDENCIES:
- Nimble
- Quick
- RevenueCat (= 4.31.5)
- RevenueCat (= 4.31.6)

SPEC REPOS:
trunk:
Expand All @@ -17,8 +17,8 @@ SPEC REPOS:
SPEC CHECKSUMS:
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RevenueCat: fdacad8579957a9dbf7b07d1e2e672455d84077a
RevenueCat: a853fc1d6eb058e8546d91fba9c9c5cd2e041949

PODFILE CHECKSUM: 2178d8e7142187669b85ef9e609bf621aa5e5366
PODFILE CHECKSUM: e0895d576395cf27bb9376891a7ac86ce59d5beb

COCOAPODS: 1.14.3

0 comments on commit 230625f

Please sign in to comment.