1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-03 09:47:52 +01:00
termux-api/build.gradle
Fredrik Fornwall 2c62ab229a Update gradle
2017-04-06 10:45:34 +02:00

21 lines
364 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.3.1'
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}