Skip to content

Instantly share code, notes, and snippets.

@codeguru42
Created March 11, 2014 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeguru42/9482262 to your computer and use it in GitHub Desktop.
Save codeguru42/9482262 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.
apply plugin: 'java'
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}
dependencies {
compile 'org.apache.commons:commons-math3:3.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment