You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewing files that changed from the base of the PR and between 2d6670c and db4d01b.
📒 Files selected for processing (2)
.changeset/expo-bump-clerk-android-1-0-28.md
packages/expo/android/build.gradle
📝 Walkthrough
Walkthrough
The PR bumps Clerk Android SDK dependencies in the @clerk/expo package from version 1.0.26 to 1.0.28. A changeset file documents the patch release and version change, while the Gradle build configuration updates corresponding version properties that drive dependency resolution.
Changes
Clerk Android SDK 1.0.28 Upgrade
Layer / File(s)
Summary
Android SDK version update to 1.0.28 .changeset/expo-bump-clerk-android-1-0-28.md, packages/expo/android/build.gradle
Changeset documents the @clerk/expo patch bump and Android SDK versions increased from 1.0.26 to 1.0.28. Gradle version catalog properties clerkAndroidApiVersion and clerkAndroidUiVersion are synchronized to the new versions.
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
🐇 A hop and a bound, the SDK's found—
From 1.0.26 to 28 sound,
Android Clerk now wears a fresher crown,
Changelog in hand, no logic to drown,
Version bumps make the world go 'round!
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The pull request title accurately and concisely describes the main change: bumping the clerk-android dependency from 1.0.26 to 1.0.28 in the expo package.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the bundled
clerk-androidSDK in@clerk/expofrom1.0.26to1.0.28.Release: https://github.com/clerk/clerk-android/releases/tag/v1.0.28
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit