mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-26 23:10:39 +00:00
9 lines
183 B
Groovy
9 lines
183 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.4.1' apply false
|
|
id 'com.android.library' version '8.4.1' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
}
|