Sign in
android
/
platform
/
tools
/
apksig
/
71233670e07f5286f00d219c3b144debaf7fff1e
/
.
/
build.gradle
blob: 2590fbb94d91bb87ce12a5d26fca7392238f74cf [
file
] [
log
] [
blame
]
// Generic Gradle project
apply plugin
:
'java'
sourceCompatibility
=
'1.8'
repositories
{
jcenter
()
}
dependencies
{
testCompile
'junit:junit:4.12'
}