Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove unused Guava dependency
  • Loading branch information
stuartmorgan-g committed Nov 22, 2022
commit 42e22f00fe1e91084a81b9ca55b4d3d7889cee67
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.guava:guava:28.1-android'
testImplementation 'junit:junit:4.13.2'
}