-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compile with Android SDK api 35 #124
Conversation
|
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.
It seems ok to me: the only thing that changed in the screenshots is the font rendering, I guess something changed internally in Robolectric/API 35.
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.
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.
Oh, I completely missed that one. But yeah, it's way better now. Maybe it was a robolectric glitch with vector icons.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
=======================================
Coverage 84.11% 84.11%
=======================================
Files 23 23
Lines 2821 2821
Branches 252 252
=======================================
Hits 2373 2373
Misses 221 221
Partials 227 227 ☔ View full report in Codecov by Sentry. |
Note: will unblock #120