mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-08 07:11:32 +01:00
Update dependencies(Avoid using alpha & beta versions)
This commit is contained in:
committed by
Peter Osterlund
parent
d0fb56e03e
commit
6a2876f825
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user