Bookwyrm_Android/build.gradle

9 lines
291 B
Groovy
Raw Normal View History

2022-02-14 20:17:07 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2025-01-23 20:13:39 +01:00
id 'com.android.application' version '8.8.0' apply false
id 'com.android.library' version '8.8.0' apply false
2022-02-14 20:17:07 +01:00
}
task clean(type: Delete) {
delete rootProject.buildDir
}