Merge branch 'sourceDeps_build' into 'master'

Source deps build

See merge request fdroid/fdroidclient!599
This commit is contained in:
Hans-Christoph Steiner 2017-10-23 20:15:39 +00:00
commit 8576a22705
3 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,9 @@ apply plugin: 'java'
version = '2.1.0'
sourceCompatibility = 1.7
targetCompatibility = 1.7
jar {
baseName = 'nanohttpd'
}

View File

@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {

View File

@ -4,6 +4,9 @@ repositories {
jcenter()
}
sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
compile 'com.madgag.spongycastle:pkix:1.53.0.0'
compile 'com.madgag.spongycastle:prov:1.53.0.0'