Gradle 4 and Android plugin 3 improvements #433, fix #436

This commit is contained in:
Emux
2017-10-30 08:47:09 +02:00
parent 53dbb737fb
commit d23bca9c7f
13 changed files with 28 additions and 230 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.easytesting:fest-assert-core:2.0M10'
testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation "org.slf4j:slf4j-simple:$slf4jVersion"
testImplementation "org.slf4j:slf4j-jdk14:$slf4jVersion"
}
sourceSets {