Merge pull request #2545 from gedoor/dependabot/gradle/app/androidx.test-runner-1.5.1

Bump runner from 1.5.0 to 1.5.1 in /app
This commit is contained in:
kunfei 2022-11-11 21:44:38 +08:00 committed by GitHub
commit fcfd64d05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,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.5.0')
androidTestImplementation('androidx.test:runner:1.5.1')
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.0')
implementation('androidx.multidex:multidex:2.0.1')
//kotlin