Created
May 24, 2015 13:52
-
-
Save vschmidt94/fb59eee19e79048b1e1e to your computer and use it in GitHub Desktop.
gradle example
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') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment