Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RemoveLibraryBaseFlavorTargetSdk
/
ApplicationWithTargetSdk.gradle
blob: b9594e64f3108a0687e0dcc72d0e1b35de710225 [
file
] [
log
] [
blame
]
plugins
{
id
(
"com.android.application"
)
}
android
{
compileSdkVersion
30
defaultConfig
{
minSdkVersion
21
targetSdkVersion
27
}
}