Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Bumping revenue cat versions: android 7.9.0, ios: 4.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Apr 28, 2024
1 parent 0ca6b5c commit 5a07c21
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Related Blog Post (if you want to integrate it yourself without this library): h
- **iOS:** `minDeploymentTarget 15.0`

- **RevenueCat Android version:** `7.5.2`
- **RevenueCat iOS version:** `4.39.0`
- **RevenueCat iOS version:** `4.41.1`

### Gradle Setup
KMPRevenueCat is available on Maven Central. In your root project `build.gradle.kts` file (or `settings.gradle` file) add `mavenCentral()` to repositories.
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ koin = "3.5.4"
kotlinx-binary-validator = "0.13.2"
dokka = "1.9.20"
koinCompose = "1.1.0"
revenueCatAndroid="7.5.2"
revenueCatIos="4.39.0"
revenueCatAndroid="7.9.0"
revenueCatIos="4.41.1"



Expand Down
4 changes: 2 additions & 2 deletions kmprevenuecat-purchases-ui/kmprevenuecat_purchases_ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/KMPRevenueCatPurchasesUI.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '15.0'
spec.dependency 'RevenueCat', '4.39.0'
spec.dependency 'RevenueCatUI', '4.39.0'
spec.dependency 'RevenueCat', '4.41.1'
spec.dependency 'RevenueCatUI', '4.41.1'

if !Dir.exist?('build/cocoapods/framework/KMPRevenueCatPurchasesUI.framework') || Dir.empty?('build/cocoapods/framework/KMPRevenueCatPurchasesUI.framework')
raise "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public actual fun Paywall(
RCPaywallViewController(
offering = null,
displayCloseButton = shouldDisplayDismissButton,
dismissRequestedHandler = null
dismissRequestedHandler = null,
shouldBlockTouchEvents = false
).apply {
updateWithDisplayCloseButton(shouldDisplayDismissButton)
setDelegate(listener?.asRCPaywallViewControllerDelegate(onDismiss))
Expand Down
2 changes: 1 addition & 1 deletion kmprevenuecat-purchases/kmprevenuecat_purchases.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/KMPRevenueCatPurchases.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '15.0'
spec.dependency 'RevenueCat', '4.39.0'
spec.dependency 'RevenueCat', '4.41.1'

if !Dir.exist?('build/cocoapods/framework/KMPRevenueCatPurchases.framework') || Dir.empty?('build/cocoapods/framework/KMPRevenueCatPurchases.framework')
raise "
Expand Down
2 changes: 1 addition & 1 deletion sampleApp/iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
repositoryURL = "https://github.com/RevenueCat/purchases-ios";
requirement = {
kind = exactVersion;
version = 4.39.0;
version = 4.41.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/abseil-cpp-binary.git",
"state" : {
"revision" : "7ce7be095bc3ed3c98b009532fe2d7698c132614",
"version" : "1.2024011601.0"
"revision" : "748c7837511d0e6a507737353af268484e1745e2",
"version" : "1.2024011601.1"
}
},
{
"identity" : "app-check",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/app-check.git",
"state" : {
"revision" : "3e464dad87dad2d29bb29a97836789bf0f8f67d2",
"version" : "10.18.1"
"revision" : "7d2688de038d5484866d835acb47b379722d610e",
"version" : "10.19.0"
}
},
{
"identity" : "appauth-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/openid/AppAuth-iOS.git",
"state" : {
"revision" : "7e2c09cbeb3bb799f26c268dbedb26325ea722a9",
"version" : "1.7.3"
"revision" : "c89ed571ae140f8eb1142735e6e23d7bb8c34cb2",
"version" : "1.7.5"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk.git",
"state" : {
"revision" : "fcf5ced6dae2d43fced2581e673cc3b59bdb8ffa",
"version" : "10.23.0"
"revision" : "42eae77a0af79e9c3f41df04a23c76f05cfdda77",
"version" : "10.24.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "6ec4ca62b00a665fa09b594fab897753a8c635fa",
"version" : "10.23.0"
"revision" : "51ba746a9d51a4bd0774b68499b0c73ef6e8570d",
"version" : "10.24.0"
}
},
{
Expand Down Expand Up @@ -77,17 +77,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/grpc-binary.git",
"state" : {
"revision" : "67043f6389d0e28b38fa02d1c6952afeb04d807f",
"version" : "1.62.1"
"revision" : "e9fad491d0673bdda7063a0341fb6b47a30c5359",
"version" : "1.62.2"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "9534039303015a84837090d20fa21cae6e5eadb6",
"version" : "3.3.2"
"revision" : "0382ca27f22fb3494cf657d8dc356dc282cd1193",
"version" : "3.4.1"
}
},
{
Expand All @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "43aaef65e0c665daadf848761d560e446d350d3d",
"version" : "1.22.4"
"revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1",
"version" : "1.22.5"
}
},
{
Expand All @@ -140,17 +140,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios",
"state" : {
"revision" : "12240d045cfad9f281bc21e9f09d0c33ff09b74f",
"version" : "4.39.0"
"revision" : "9f46bb70940087ec9a95b1e9288710bb439549d8",
"version" : "4.41.1"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "65e8f29b2d63c4e38e736b25c27b83e012159be8",
"version" : "1.25.2"
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
}
}
],
Expand Down

0 comments on commit 5a07c21

Please sign in to comment.