Sign in
android
/
platform
/
external
/
archive-patcher
/
cb9b15f14372505c746271f5ac299e66b073bd0a
/
.
/
sharedtest
/
build.gradle
blob: de25f1dd78a5878c48d3948d5c7097099c27755f [
file
] [
log
] [
blame
]
// sharedtest module
apply plugin
:
'java'
dependencies
{
compile
'junit:junit:4.12'
compile project
(
':shared'
)
}
// EOF