mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
fix(deps): update dependency androidx.test:core to v1.6.1
This commit is contained in:
parent
d62ec9459d
commit
41b34b4778
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ dependencies {
|
|||
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
||||
|
||||
// Testing
|
||||
testImplementation 'androidx.test:core:1.6.0'
|
||||
testImplementation 'androidx.test:core:1.6.1'
|
||||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.12.0'
|
||||
|
|
Loading…
Reference in a new issue