mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-21 06:03:41 +00:00
4 lines
162 B
Groovy
4 lines
162 B
Groovy
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
|
plugins {
|
||
|
|
alias(libs.plugins.androidApplication) apply false
|
||
|
|
}
|