Merge pull request #2536 from gedoor/dependabot/gradle/app/androidx.test-runner-1.5.0

Bump runner from 1.4.0 to 1.5.0 in /app
pull/2537/head
kunfei 2 years ago committed by GitHub
commit 707458f2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -129,7 +129,7 @@ dependencies {
//noinspection GradleDependency,GradlePackageUpdate
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.2.2')
testImplementation('junit:junit:4.13.2')
androidTestImplementation('androidx.test:runner:1.4.0')
androidTestImplementation('androidx.test:runner:1.5.0')
androidTestImplementation('androidx.test.espresso:espresso-core:3.4.0')
implementation('androidx.multidex:multidex:2.0.1')
//kotlin

Loading…
Cancel
Save