1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +01:00
termux-api/build.gradle

21 lines
364 B
Groovy
Raw Normal View History

// Top-level build file where you can add configuration options common to all sub-projects/modules.
2016-09-26 22:43:16 +02:00
buildscript {
repositories {
jcenter()
}
dependencies {
2016-12-08 02:27:01 +01:00
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
allprojects {
repositories {
jcenter()
}
}
2016-09-26 22:43:16 +02:00
task clean(type: Delete) {
delete rootProject.buildDir
}