From 63c7ff6fd4b0b4a4c28f0395a58452a18a93e4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 8 May 2019 17:32:34 +0530 Subject: [PATCH] build(deps): bump core-testing from 2.1.0-alpha02 to 2.1.0-beta01 (#1635) Bumps core-testing from 2.1.0-alpha02 to 2.1.0-beta01. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 22cb4d453..5f9c2978a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -238,7 +238,7 @@ dependencies { androidTestImplementation('androidx.test.espresso:espresso-core:3.2.0-beta01', { exclude group: 'com.android.support', module: 'support-annotations' }) - testImplementation("androidx.arch.core:core-testing:2.1.0-alpha02", { + testImplementation("androidx.arch.core:core-testing:2.1.0-beta01", { exclude group: 'com.android.support', module: 'support-compat' exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-core-utils'