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

Fix android build errors #703

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Fix android build errors #703

merged 1 commit into from
Apr 11, 2024

Conversation

Hinton
Copy link
Member

@Hinton Hinton commented Apr 11, 2024

Type of change

- [x] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Since we share the same version across crates we need to load it from the root cargo.Toml instead of crates/bitwarden/cargo.Toml. Resolves the Android SDK no longer building.

Before you submit

  • Please add unit tests where it makes sense to do so

@Hinton Hinton requested a review from dani-garcia April 11, 2024 09:09
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Details6a86078d-e6e8-4dc5-97bd-4ab3d45a7ced

No New Or Fixed Issues Found

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.79%. Comparing base (09d2826) to head (c53f749).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #703   +/-   ##
=======================================
  Coverage   60.79%   60.79%           
=======================================
  Files         173      173           
  Lines       10605    10605           
=======================================
  Hits         6447     6447           
  Misses       4158     4158           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hinton Hinton merged commit 4b5aaa6 into main Apr 11, 2024
75 of 76 checks passed
@Hinton Hinton deleted the ps/fix-android branch April 11, 2024 09:23
@Hinton Hinton mentioned this pull request Apr 12, 2024
Hinton added a commit that referenced this pull request Apr 12, 2024
In #703 we fixed the android java build, but forgot that java also
needed to be updated.
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.

2 participants