Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
DeprecatedConfigurationUse.gradle.kts
blob: a11ebc5da3aad9c42e0cab5a9816dddaeb753042 [
file
] [
log
] [
blame
]
plugins
{
id
(
"com.android.application"
)
}
android
{
compileSdkVersion
(
28
)
}
dependencies
{
<
warning descr
=
"`testCompile` is deprecated; replace with `testImplementation`"
>
testCompile
</
warning
>(
"androidx.appcompat:appcompat:1.0.0"
)
}