-
Notifications
You must be signed in to change notification settings - Fork 6
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: update dependencies #2085
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2085 +/- ##
=============================================
- Coverage 57.87% 57.87% -0.01%
Complexity 24 24
=============================================
Files 1014 1014
Lines 38271 38271
Branches 3490 3490
=============================================
- Hits 22151 22148 -3
- Misses 14629 14631 +2
- Partials 1491 1492 +1 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
ktx-serialization = "1.5.1" | ||
ktx-atomicfu = "0.22.0" |
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.
Doesn't look like an update.
Is the rollback to 0.20.0 intended?
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.
Yes it's on purpose because both atomicfu
0.22 and datetime
0.4.1 duplicate this bin file
> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
> 2 files found with path 'META-INF/versions/9/previous-compilation-data.bin' from inputs:
I downgraded atomicfu
because I recently updated it from 0.18.5
That should be fixed in 0.4.2
Kotlin/kotlinx-datetime#304
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
I am updating some dependencies to latest version
Needed for wireapp/wire-android#2266
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.