summaryrefslogtreecommitdiff
path: root/android/java/build.gradle
blob: a1d4c3de2d047cbc6a8de24304931d847403652c (plain)
1
2
3
4
5
6
7
8
9
// Top-level build file where you can add configuration options common to all sub-projects/modules.
task wrapper(type: Wrapper) {
    gradleVersion = '2.5'
}

task makeClean(type: Exec) {
    workingDir '../../'
    commandLine 'make', 'clean'
}