diff --git a/CHANGELOG.md b/CHANGELOG.md index 607dc274..a62494fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 1.6.2 + +- Bumps `purchases-ios` to `3.10.7` ([Changelog here](https://github.com/RevenueCat/purchases-ios/releases/3.10.7)) +- Bumps `purchases-android` to `4.0.5` ([Changelog here](https://github.com/RevenueCat/purchases-android/releases/4.0.5)) + https://github.com/RevenueCat/purchases-hybrid-common/pull/69 + ### 1.6.1 - Adds missing availability check for `simulatesAskToBuyInSandbox` diff --git a/Gemfile.lock b/Gemfile.lock index 209ac412..711d3287 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.1.1) - aws-partitions (1.432.0) + aws-partitions (1.436.0) aws-sdk-core (3.113.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -16,7 +16,7 @@ GEM aws-sdk-kms (1.43.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.91.0) + aws-sdk-s3 (1.93.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -48,7 +48,7 @@ GEM faraday_middleware (1.0.0) faraday (~> 1.0) fastimage (2.2.3) - fastlane (2.178.0) + fastlane (2.179.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) artifactory (~> 3.0) @@ -140,7 +140,7 @@ GEM jwt (2.2.2) memoist (0.16.2) mini_magick (4.11.0) - mini_mime (1.0.2) + mini_mime (1.0.3) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 67196563..064ad064 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "1.6.1" + s.version = "1.6.2" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.framework = 'StoreKit' - s.dependency 'Purchases', '3.10.6' + s.dependency 'Purchases', '3.10.7' s.swift_version = '5.0' s.ios.deployment_target = '9.0' diff --git a/android/build.gradle b/android/build.gradle index 40d721b1..f26d5654 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { ext.assertj_version = '3.13.2' ext.mockk_version = '1.10.0' ext.gradle_maven_publish = '0.11.1' - ext.purchases_version = '4.0.4' + ext.purchases_version = '4.0.5' repositories { google() @@ -38,7 +38,7 @@ android { minSdkVersion 14 targetSdkVersion 29 versionCode 1 - versionName "1.6.1" + versionName "1.6.2" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index ce8a4657..55686c3b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # Maven GROUP=com.revenuecat.purchases -VERSION_NAME=1.6.1 +VERSION_NAME=1.6.2 POM_NAME=purchases-hybrid-common POM_PACKAGING=aar POM_ARTIFACT_ID=purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index fb1d600e..ab92cd6d 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/Podfile b/ios/PurchasesHybridCommon/Podfile index f365dc8c..f640b100 100644 --- a/ios/PurchasesHybridCommon/Podfile +++ b/ios/PurchasesHybridCommon/Podfile @@ -6,7 +6,7 @@ target 'PurchasesHybridCommon' do use_frameworks! # Pods for PurchasesHybridCommon - pod 'Purchases', '3.10.6' + pod 'Purchases', '3.10.7' target 'PurchasesHybridCommonTests' do # Pods for testing diff --git a/ios/PurchasesHybridCommon/Podfile.lock b/ios/PurchasesHybridCommon/Podfile.lock index a153bb48..5fe5abf7 100644 --- a/ios/PurchasesHybridCommon/Podfile.lock +++ b/ios/PurchasesHybridCommon/Podfile.lock @@ -1,13 +1,13 @@ PODS: - Nimble (9.0.0) - - Purchases (3.10.6): - - PurchasesCoreSwift (= 3.10.6) - - PurchasesCoreSwift (3.10.6) + - Purchases (3.10.7): + - PurchasesCoreSwift (= 3.10.7) + - PurchasesCoreSwift (3.10.7) - Quick (3.1.2) DEPENDENCIES: - Nimble - - Purchases (= 3.10.6) + - Purchases (= 3.10.7) - Quick SPEC REPOS: @@ -19,10 +19,10 @@ SPEC REPOS: SPEC CHECKSUMS: Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8 - Purchases: 520fdb59140fed96932a30d02a3ec04858cb541c - PurchasesCoreSwift: 31c2a3d7394432abbe64d46f0933835de0b33033 + Purchases: b8b8fb6e856ac8166e217f6e014df894d821dda1 + PurchasesCoreSwift: 8ae0f08e020f0bc97c1befa4e38a0dbc8e9732e0 Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0 -PODFILE CHECKSUM: e74e29d25cf71ea37aec965807f8b23841d02608 +PODFILE CHECKSUM: 620d18872c182f4ee5929e04112a241517f0ed0d COCOAPODS: 1.10.1 diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index c6a17b79..3a901de4 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleVersion 1