Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
MinSdkAssignment2.gradle
blob: 93d192b55cf90d60fe8d9d7f39af1560b42bfe6b [
file
] [
log
] [
blame
]
apply plugin
:
'com.android.application'
ext
{
compileSdkVersion
=
27
minSdkVersion
=
16
targetSdkVersion
=
25
buildToolsVersion
=
"27.0.3"
}