diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index a97ebab7..d49ffd43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation 'org.sufficientlysecure:sshauthentication-api:' + versions.sshauth // Testing-only dependencies - androidTestImplementation 'junit:junit:4.13-beta-3' + androidTestImplementation 'junit:junit:4.13-rc-1' androidTestImplementation 'org.mockito:mockito-core:3.1.0' androidTestImplementation 'androidx.test:runner:1.3.0-alpha02' androidTestImplementation 'androidx.test:rules:1.3.0-alpha02' |