diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index dd39d37fcf..b6b4189804 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -182,9 +182,9 @@ dependencies { testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1' kaptAndroidTest "com.google.dagger:dagger-compiler:$daggerVersion" - androidTestImplementation 'androidx.test:core:1.3.0' - androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test:rules:1.3.0' + androidTestImplementation 'androidx.test:core:1.4.0' + 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 'org.amshove.kluent:kluent-android:1.65' diff --git a/vector/build.gradle b/vector/build.gradle index 2fa4561ba0..52408b6e03 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -321,7 +321,7 @@ dependencies { // Tests def kluent_version = '1.67' - def androidxTest_version = '1.3.0' + def androidxTest_version = '1.4.0' def espresso_version = '3.3.0' implementation project(":matrix-sdk-android")