mirror of
https://github.com/proxidize/proxidize-android.git
synced 2026-05-26 07:08:10 +00:00
12 lines
489 B
Groovy
12 lines
489 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.2.0' apply false
|
|
id 'com.android.library' version '7.2.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
|
|
id 'com.google.gms.google-services' version '4.3.3' apply false
|
|
id 'dagger.hilt.android.plugin' version '2.41' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
} |