Skip to content

RUMM-2284: Update Room version#957

Merged
0xnm merged 2 commits into
developfrom
nogorodnikov/rumm-2284/update-room-version
Jun 24, 2022
Merged

RUMM-2284: Update Room version#957
0xnm merged 2 commits into
developfrom
nogorodnikov/rumm-2284/update-room-version

Conversation

@0xnm

@0xnm 0xnm commented Jun 22, 2022

Copy link
Copy Markdown
Member

What does this PR do?

This change updates Room version used to be compatible with M1 chips, closes #951.

Also API coverage threshold is lowered as a result of #952.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm
0xnm requested a review from a team as a code owner June 22, 2022 09:50
implementation(libs.sqlDelight)
implementation(libs.room)
kapt(libs.roomCompiler)
ksp(libs.roomCompiler)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

the only remaining usage of kapt is by Glide, but it doesn't support ksp yet.

@codecov-commenter

codecov-commenter commented Jun 22, 2022

Copy link
Copy Markdown

Codecov Report

Merging #957 (411eb87) into develop (999d786) will increase coverage by 0.06%.
The diff coverage is 71.43%.

@@             Coverage Diff             @@
##           develop     #957      +/-   ##
===========================================
+ Coverage    83.18%   83.24%   +0.06%     
===========================================
  Files          268      268              
  Lines         9251     9258       +7     
  Branches      1490     1490              
===========================================
+ Hits          7695     7706      +11     
  Misses        1143     1143              
+ Partials       413      409       -4     
Impacted Files Coverage Δ
...oid/src/main/kotlin/com/datadog/android/Datadog.kt 81.36% <50.00%> (-1.10%) ⬇️
...droid/log/internal/user/DatadogUserInfoProvider.kt 100.00% <100.00%> (ø)
...android/rum/internal/ndk/DatadogNdkCrashHandler.kt 87.50% <0.00%> (+2.17%) ⬆️
...ndroid/core/internal/persistence/file/EventMeta.kt 90.00% <0.00%> (+10.00%) ⬆️

@0xnm
0xnm merged commit 0f97875 into develop Jun 24, 2022
@0xnm
0xnm deleted the nogorodnikov/rumm-2284/update-room-version branch June 24, 2022 07:00
@xgouchet xgouchet added this to the 1.14.0 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to build the sample project on a M1 machine

3 participants