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