-
Notifications
You must be signed in to change notification settings - Fork 3
Clerk android missing dependency #424
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
Clerk android missing dependency #424
Conversation
Co-authored-by: sam <[email protected]>
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: sam <[email protected]>
π WalkthroughWalkthroughThe pull request modifies the manual release workflow in Pre-merge checksβ Passed checks (5 passed)
π Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
π Files selected for processing (1)
β° Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
π Additional comments (1)
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. Comment |
* Fix telemetry artifact name in maven publish config Co-authored-by: sam <[email protected]> * Refactor: Update telemetry publishing and artifact naming Co-authored-by: sam <[email protected]> * remove core --------- Co-authored-by: Cursor Agent <[email protected]>
Summary of changes
Corrects a missing dependency issue in the
clerk-android-uilibrary's published POM. Theclerk-android-telemetrydependency was incorrectly referenced without its platform suffix.This change adds a
withXmlblock tosource/ui/build.gradle.ktsto rewrite theartifactIdfromclerk-android-telemetrytoclerk-android-telemetry-androidin the generated POM, aligning with the actual artifact published by the Kotlin Multiplatform telemetry module.Linear Issue: MOBILE-363
Summary by CodeRabbit
βοΈ Tip: You can customize this high-level summary in your review settings.