Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
AgpVersion
/
PluginDslNonsense.gradle.kts
blob: 7d30a3268ef6ca3f4be170effa968d028b7755d7 [
file
] [
log
] [
blame
]
buildscript
{
repositories
{
google
()
}
}
plugins
{
id
(
"com.android.application"
)
version
"1.2.3.4"
apply
false
}