Created
May 17, 2015 17:50
-
-
Save vschmidt94/148e20b12614e3af1be3 to your computer and use it in GitHub Desktop.
Dependencies section for HowTo
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(dir: 'libs', include: ['*.jar']) | |
| compile 'com.android.support:appcompat-v7:22.1.1' | |
| compile files('libs/android-async-http-1.4.7.jar') | |
| compile files('libs/gson-2.3.1.jar') | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment