Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
psd
/
modelSimplePropertyImpl
/
writePropertyValues.gradle
blob: 1d83611af75b15f1d9de05c31c47c1af0f4bf827 [
file
] [
log
] [
blame
]
ext
{
propValue
=
'value'
prop25
=
25
propTrue
=
true
propInterpolated
=
"${prop25}th"
propUnresolved
=
unresolvedReference
propRef
=
propValue
}