Skip to content

Move compileOnly dependencies to use version catalog #4463

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

Merged
merged 3 commits into from
May 30, 2025

Conversation

rbro112
Copy link
Member

@rbro112 rbro112 commented May 29, 2025

📜 Description

Version catalog adoption cont'd

#skip-changelog

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

@@ -5,8 +5,6 @@ object Config {
val AGP = System.getenv("VERSION_AGP") ?: "8.6.0"
val kotlinStdLib = "stdlib-jdk8"

val springBootVersion = "2.7.18"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were unused as of #4441

@@ -1,10 +1,11 @@
[versions]
androidxNavigation = "2.4.2"
androidxTestCore = "1.6.1"
androidxComposeVersion = "1.6.3"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just naming change to remove "Version" as it's redundant

Copy link
Contributor

github-actions bot commented May 29, 2025

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 399.51 ms 419.63 ms 20.12 ms
Size 1.58 MiB 2.08 MiB 510.92 KiB

Previous results on branch: ryan/version-catalog-11

Startup times

Revision Plain With Sentry Diff
f33af8c 482.73 ms 581.76 ms 99.03 ms

App size

Revision Plain With Sentry Diff
f33af8c 1.58 MiB 2.08 MiB 510.92 KiB

@rbro112 rbro112 force-pushed the ryan/version-catalog-11 branch from ae7fd8c to 1cc647f Compare May 29, 2025 21:06
@rbro112 rbro112 merged commit 01fa070 into main May 30, 2025
34 checks passed
@rbro112 rbro112 deleted the ryan/version-catalog-11 branch May 30, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants