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): add guava transitive dep to module deps #1116

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

mikehardy
Copy link
Collaborator

without this dep in the module build.gradle the transitive dep was absent in to the module so module users crashed on startup

also adopt guava 33.3.1 (current) vs 31.1

Fixes #1114

without this dep in the module build.gradle the transitive dep
was absent in to the module so module users crashed on startup

also adopt guava 33.3.1 (current) vs 31.1
@mikehardy mikehardy added the pending-merge Waiting on CI or question responses to merge, but otherwise ready label Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.08%. Comparing base (ca4572a) to head (8f6189c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1116   +/-   ##
=======================================
  Coverage   77.08%   77.08%           
=======================================
  Files          32       32           
  Lines        1727     1727           
  Branches      579      579           
=======================================
  Hits         1331     1331           
  Misses        343      343           
  Partials       53       53           

@mikehardy mikehardy merged commit 1e88528 into main Oct 7, 2024
15 checks passed
@mikehardy mikehardy deleted the fix-android-guava-transitive-dep branch October 7, 2024 15:41
@mikehardy mikehardy removed the pending-merge Waiting on CI or question responses to merge, but otherwise ready label Oct 7, 2024
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.

App instantly crash using 9.1.0
1 participant