Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
projects
/
simpleDeclarativeApp
/
settings.gradle.dcl
blob: 9faec380e0d60c6b89e3058912ef9e07282341e4 [
file
] [
log
] [
blame
]
pluginManagement
{
repositories
{
}
}
plugins
{
id
(
"com.android.ecosystem"
).
version
(
"dcl_plugin_version"
)
}
dependencyResolutionManagement
{
repositories
{
}
}
defaults
{
androidApp
{
compileSdk
=
34
}
}
include
(
":app"
)