Skip to content

Instantly share code, notes, and snippets.

@ashwinrs
Created March 28, 2018 21:32
Show Gist options
  • Save ashwinrs/1e3008a3c28dbe71a640764c0107dd67 to your computer and use it in GitHub Desktop.
Save ashwinrs/1e3008a3c28dbe71a640764c0107dd67 to your computer and use it in GitHub Desktop.
How to include local jars in build.gradle
dependency {
compile files ("../../x/y/z/libs/abs.jar")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment