Skip to content

Commit

Permalink
update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Oct 25, 2020
1 parent 7fd4790 commit 1801288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ dependencies {
}
implementation("org.altbeacon:android-beacon-library:2.17.1")
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
testImplementation("junit:junit:4.13")
testImplementation("junit:junit:4.13.1")
testImplementation("org.assertj:assertj-core:3.17.2")
testImplementation("org.mockito:mockito-inline:3.5.13")
testImplementation("org.mockito:mockito-inline:3.5.15")
testRuntimeOnly("com.android.volley:volley:1.1.1")
}

Expand Down

0 comments on commit 1801288

Please sign in to comment.