Skip to content
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

chore: [ANDROAPP-6676] Updates compose, kotlin, gradle, and dependencies versions #340

Merged
merged 11 commits into from
Dec 18, 2024

Conversation

ferdyrod
Copy link
Contributor

No description provided.

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<string name="no_string_default">No string fo this key</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

small typo here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed as its not needed

@@ -79,6 +86,29 @@ fun SupportingText(
LaunchedEffect(textLayoutResult) {
if (textLayoutResult == null) return@LaunchedEffect

val link = LinkAnnotation.Clickable(
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe this could be added to the ticket for things to be tested to verify that we haven't lost any functionality

Copy link
Contributor

@xavimolloy xavimolloy left a comment

Choose a reason for hiding this comment

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

Snapshot tests have failed with the update the golden images have changed slightly, can you generate them again? that way we can see what the differences between them are

@ferdyrod ferdyrod merged commit 6ad6501 into develop Dec 18, 2024
2 checks passed
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.

4 participants