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