7 lines
207 B
Groovy
7 lines
207 B
Groovy
// Top-level build file. Plugin versions are declared in settings.gradle
|
|
// (pluginManagement), which is where AGP 8.x expects them.
|
|
|
|
plugins {
|
|
id 'com.android.application' version '8.5.2' apply false
|
|
}
|