Skip to content

Instantly share code, notes, and snippets.

@vschmidt94
Created May 24, 2015 13:52
Show Gist options
  • Save vschmidt94/fb59eee19e79048b1e1e to your computer and use it in GitHub Desktop.
Save vschmidt94/fb59eee19e79048b1e1e to your computer and use it in GitHub Desktop.
gradle example
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