소스 검색

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

Use androidx for espresso-intents
Tobias Kaminsky 3 년 전
부모
커밋
1250f27d59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"