FT8CN/ft8CN/build.gradle

11 wiersze
299 B
Groovy
Executable File

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
}
ext {
}
task clean(type: Delete) {
delete rootProject.buildDir
}