Created
June 24, 2016 23:51
-
-
Save rye761/b08744f54c570e1211b3213c8257b379 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| dependencies { | |
| compile fileTree(include: ['*.jar'], dir: 'libs') | |
| compile 'com.github.scribejava:scribejava-core:2.7.3' | |
| compile 'com.google.code.gson:gson:2.7' | |
| compile files('src/main/java/libs/Unsplash-Java-Unofficial.jar') | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compile fileTree(dir: 'libs', include: ['*.jar'])