Update dependencies(Avoid using alpha & beta versions)

This commit is contained in:
Hamidreza Bayat
2019-04-21 18:24:01 +04:30
committed by Peter Osterlund
parent d0fb56e03e
commit 6a2876f825
4 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ dependencies {
// Required -- JUnit 4 framework
testImplementation 'junit:junit:4.12'
// Optional -- Robolectric environment
testImplementation 'androidx.test:core:1.0.0'
testImplementation 'androidx.test:core:1.1.0'
// Optional -- Mockito framework
testImplementation 'org.mockito:mockito-core:1.10.19'
}