mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
Bump espressoVersion from 3.3.0 to 3.4.0
Bumps `espressoVersion` from 3.3.0 to 3.4.0. Updates `espresso-core` from 3.3.0 to 3.4.0 Updates `espresso-contrib` from 3.3.0 to 3.4.0 Updates `espresso-web` from 3.3.0 to 3.4.0 Updates `espresso-accessibility` from 3.3.0 to 3.4.0 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-accessibility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6b34599103
commit
1f15802fdb
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,7 @@ ext {
|
|||
mockkVersion = "1.10.4"
|
||||
powermockVersion = "2.0.9"
|
||||
byteBuddyVersion = "1.11.2"
|
||||
espressoVersion = "3.3.0"
|
||||
espressoVersion = "3.4.0"
|
||||
workRuntime = "2.5.0"
|
||||
fidoVersion = "4.4.0"
|
||||
|
||||
|
@ -279,6 +279,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'com.jakewharton:disklrucache:2.0.2'
|
||||
implementation 'androidx.appcompat:appcompat:1.3.0'
|
||||
implementation 'androidx.webkit:webkit:1.4.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"
|
||||
|
|
Loading…
Reference in a new issue