-
Notifications
You must be signed in to change notification settings - Fork 13
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.5 => 5.15.0 Android 8.10.8 => 8.11.0 #1024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for fixing that! 🙏
Hmm I'm not sure... I triggered the workflow from start and seems to be catching it now, maybe some downtime on either github or CircleCI? |
Will merge this since changes look good! |
**This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [AUTOMATIC] iOS 5.14.5 => 5.15.0 Android 8.10.8 => 8.11.0 (#1024) via RevenueCat Git Bot (@RCGitBot) ### 🔄 Other Changes * Adds API availability check for `enableAdServicesAttributionTokenCollection()` (#1026) via JayShortway (@JayShortway) * Introduce IOSAPIAvailabilityChecker for KMP (#1008) via Will Taylor (@fire-at-will)
Automatic Changes
[AUTOMATIC] iOS 5.14.5 => 5.15.0 Android 8.10.8 => 8.11.0
Manual Changes
This PR includes several manual changes to support the updated native SDKs:
[iOS] Add Deprecated purchaseWithParams function to MockPurchases.swift
Adds the newly-deprecated purchaseWithParams() function introduced in RevenueCat/purchases-ios#4645 to
MockPurchases.swift
[iOS] Update Network Snapshots for Enabled Trusted Entitlements
Updates test snapshots to reflect that Trusted Entitlements are enabled by default as of iOS 5.15.0
[Android] Update EntitlementVerificationMode Tests
Updates Android tests to reflect that Trusted Entitlements are enabled by default as of Android 8.11.0.