Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pollux-/631973844ac7680606534cc911946542 to your computer and use it in GitHub Desktop.
Save pollux-/631973844ac7680606534cc911946542 to your computer and use it in GitHub Desktop.
First of all you need to know what parts of the library the app was actually using. This can easily be done by running the following command in your src folder.
grep -roh . -e 'com.google.common.*' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment