Files
termux-app/build.gradle
Fredrik Fornwall cab6df5c0e Update gradle config
2017-03-06 01:41:12 +01: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.0'
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}