Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Last active August 29, 2015 14:06
Show Gist options
  • Save manijshrestha/f423338bdeb8fc88e4f4 to your computer and use it in GitHub Desktop.
Save manijshrestha/f423338bdeb8fc88e4f4 to your computer and use it in GitHub Desktop.
Groovy-Android
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'me.champeau.gradle:gradle-groovy-android-plugin:0.3.0'
}
}
apply plugin: 'com.android.application'
apply plugin: 'me.champeau.gradle.groovy-android'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment