algoAndVideoGradle/build.gradle
Mathieu Maret d3d6db4d88 Initial import from https://gitlab.mathux.org/Mathieu/algoAndVideo
Transform in into gradle project thanks to androidStudio.
History is lost.
Thanks "new" tools...
2017-03-30 23:14:07 +02:00

16 lines
301 B
Groovy

// 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:2.2.0'
}
}
allprojects {
repositories {
jcenter()
}
}