-
Notifications
You must be signed in to change notification settings - Fork 24
[Android] Add customisation options for links and code #813
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #813 +/- ##
============================================
+ Coverage 88.28% 89.88% +1.59%
============================================
Files 155 82 -73
Lines 17882 14716 -3166
Branches 862 0 -862
============================================
- Hits 15788 13227 -2561
+ Misses 1860 1489 -371
+ Partials 234 0 -234
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM! Just a minor nit!
} | ||
|
||
composeOptions { | ||
kotlinCompilerExtensionVersion '1.5.1' |
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.
NIT: we are at 1.5.3 now.
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.
Thanks, I used this version to align with the other modules in the project but will update separately 👍
Changes
There are a few semi-related changes in this PR which can be reviewed commit by commit (or split into separate PRs if needed).
Context