Created
March 28, 2018 21:32
-
-
Save ashwinrs/1e3008a3c28dbe71a640764c0107dd67 to your computer and use it in GitHub Desktop.
How to include local jars in build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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