Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
DeprecatedConfigurationUse.gradle.dcl
blob: 50a345cdda93a383118a6592fd9eeefea1007226 [
file
] [
log
] [
blame
]
androidApplication
{
compileSdkVersion
(
28
)
}
declarativeDependencies
{
<
warning descr
=
"`testCompile` is deprecated; replace with `testImplementation`"
>
testCompile
</
warning
>(
"androidx.appcompat:appcompat:1.0.0"
)
}