mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-09 23:52:41 +01:00
Update dependencies across modules
This commit is contained in:
@@ -4,9 +4,9 @@ dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
|
||||
// Required -- JUnit 4 framework
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
// Optional -- Robolectric environment
|
||||
testImplementation 'androidx.test:core:1.1.0'
|
||||
testImplementation 'androidx.test:core:1.2.0'
|
||||
// Optional -- Mockito framework
|
||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user