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