mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org> Co-authored by: Harry Bond <me@hbond.xyz>
6 lines
218 B
Groovy
6 lines
218 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias libs.plugins.android.application apply false
|
|
alias libs.plugins.android.library apply false
|
|
}
|