Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RenderScriptDefault
/
RenderScriptTrue.gradle.kts
blob: d10f86286d960c9d34872d1b3d507d9475a6fa18 [
file
] [
log
] [
blame
]
plugins
{
id
(
"com.android.application"
)
}
android
{
compileSdkVersion
(
30
)
buildFeatures
{
renderScript
=
true
}
}