Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.gradle - github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56b5a41b496588b083a921b4833b435ff7fd9d79 (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.
plugins {
    id 'com.android.application' version '8.1.0' apply false
    id 'com.android.library' version '8.1.0' apply false
}

task clean(type: Delete) {
    delete rootProject.buildDir
}