8 lines
331 B
Groovy
8 lines
331 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
// Configuração de plugins para todo o projeto
|
|
plugins {
|
|
// Plugin Android Application - versão 8.13.0 (aplicado apenas aos módulos que o solicitarem)
|
|
id 'com.android.application' version '8.13.0' apply false
|
|
}
|