Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
apksig
/
9f881b3deb658e087c1aeae0f15abc5fff9ed0c4
/
.
/
build.gradle
blob: 2590fbb94d91bb87ce12a5d26fca7392238f74cf [
file
] [
log
] [
blame
]
// Generic Gradle project
apply plugin
:
'java'
sourceCompatibility
=
'1.8'
repositories
{
jcenter
()
}
dependencies
{
testCompile
'junit:junit:4.12'
}