Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RenderScriptDefault
/
RenderScriptFalse.gradle
blob: e0584c5ff74db9b255644711f2838bf8c061e8ed [
file
] [
log
] [
blame
]
plugins
{
id
'com.android.application'
}
android
{
compileSdkVersion
30
buildFeatures
{
renderScript
false
}
}