mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-11 17:18:55 +00:00
58bc3f6de7
Co-authored-by: Robert Bragg <robert@sixbynine.org>
11 lines
293 B
Groovy
11 lines
293 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '7.1.2' apply false
|
|
id 'com.android.library' version '7.1.2' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
}
|
|
|