Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
lint
/
gradleDeprecation.gradle
blob: 4670cbe96fa71e08139d22954e918110f5b7221c [
file
] [
log
] [
blame
]
<warning
descr
=
"'android-library' is deprecated; use 'com.android.library' instead"
>
apply plugin: 'android-library'
</warning>
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
}