Selaa lähdekoodia

Merge pull request #9877 from nextcloud/chore/espresso-intents-androidx

Use androidx for espresso-intents
Tobias Kaminsky 3 vuotta sitten
vanhempi
commit
1250f27d59
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -360,7 +360,7 @@ dependencies {
     //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
     androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
     implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
-    androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
+    androidTestImplementation('androidx.test.espresso:espresso-intents:3.4.0')
 
     implementation "com.github.stateless4j:stateless4j:2.6.0"