Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Created September 3, 2014 04:49
Show Gist options
  • Save manijshrestha/42cf2f97c3779cb033c0 to your computer and use it in GitHub Desktop.
Save manijshrestha/42cf2f97c3779cb033c0 to your computer and use it in GitHub Desktop.
Groovy-Android-Dependency
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.codehaus.groovy:groovy:2.4.0-beta-3'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment