Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
dependencies
/
nonIdentifierConfiguration.gradle.kts
blob: 5352a8cb9fea946b766a0394eee23773a09af7a8 [
file
] [
log
] [
blame
]
android
{
buildTypes
{
create
(
"dotted.buildtype"
)
{
}
}
}
dependencies
{
implementation
(
"com.android.support:appcompat-v7:+"
)
}