Skip to content

Instantly share code, notes, and snippets.

@iammert
Created July 7, 2015 14:08
Show Gist options
  • Save iammert/bf95cf465a7e5c10ee55 to your computer and use it in GitHub Desktop.
Save iammert/bf95cf465a7e5c10ee55 to your computer and use it in GitHub Desktop.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment