2024-03-24 17:49:47 -06:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
plugins {
|
|
|
|
|
alias(libs.plugins.androidApplication) apply false
|
2024-03-29 17:37:05 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
|
2024-03-24 17:49:47 -06:00
|
|
|
}
|