1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-04 02:07:48 +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 {
2017-04-06 10:45:34 +02:00
classpath 'com.android.tools.build:gradle:2.3.1'
}
}
allprojects {
repositories {
jcenter()
}
}
2016-09-26 22:43:16 +02:00
task clean(type: Delete) {
delete rootProject.buildDir
}