diff options
Diffstat (limited to 'app')
-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 8f557ca3..4565a00d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,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' |