Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RemoveImplementationProperties
/
PluginsDslRoot.gradle
blob: 06f3e392c858e7e35ce8a96a01f799b296d878a7 [
file
] [
log
] [
blame
]
plugins
{
id
'com.android.application'
version
'4.2.0'
apply
false
id
'com.example.android'
}
android
{
compileSdkVersion
30
aidlPackagedList
+=
[
'one.aidl'
,
'two.aidl'
]
}