Skip to content

Commit

Permalink
Changed testCompile to testImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed May 11, 2018
1 parent d941985 commit 4cfbc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootbeerlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
}

dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.10.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.10.0'
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

0 comments on commit 4cfbc04

Please sign in to comment.