Fix build
This commit is contained in:
parent
9ccb4298d8
commit
5151856da1
2 changed files with 6 additions and 6 deletions
|
@ -156,9 +156,9 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(":sdk")
|
api project(":sdk")
|
||||||
compile project(":sdk-mobile")
|
api project(":sdk-mobile")
|
||||||
compile project(":sdk-scrapper")
|
api project(":sdk-scrapper")
|
||||||
|
|
||||||
compile "com.squareup.okhttp3:okhttp"
|
api "com.squareup.okhttp3:okhttp"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@ dependencies {
|
||||||
implementation project(":sdk-mobile")
|
implementation project(":sdk-mobile")
|
||||||
implementation project(":sdk-scrapper")
|
implementation project(":sdk-scrapper")
|
||||||
|
|
||||||
testCompile files(this.project(':sdk-mobile').sourceSets.test.output)
|
testImplementation files(this.project(':sdk-mobile').sourceSets.test.output)
|
||||||
testCompile files(this.project(':sdk-mobile').sourceSets.test.runtimeClasspath)
|
testImplementation files(this.project(':sdk-mobile').sourceSets.test.runtimeClasspath)
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Reference in a new issue