mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Bump espresso_version from 3.3.0 to 3.4.0
Bumps `espresso_version` 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-intents` 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-intents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5ccfbf4ed8
commit
8639582671
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ dependencies {
|
|||
androidTestImplementation 'androidx.test:runner:1.4.0'
|
||||
androidTestImplementation 'androidx.test:rules:1.4.0'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
androidTestImplementation 'org.amshove.kluent:kluent-android:1.65'
|
||||
androidTestImplementation 'io.mockk:mockk-android:1.12.0'
|
||||
androidTestImplementation "androidx.arch.core:core-testing:$arch_version"
|
||||
|
|
|
@ -322,7 +322,7 @@ dependencies {
|
|||
// Tests
|
||||
def kluent_version = '1.67'
|
||||
def androidxTest_version = '1.4.0'
|
||||
def espresso_version = '3.3.0'
|
||||
def espresso_version = '3.4.0'
|
||||
|
||||
implementation project(":matrix-sdk-android")
|
||||
implementation project(":matrix-sdk-android-rx")
|
||||
|
|
Loading…
Reference in a new issue