From b8594fb1bc04a377b84fd0439e21f469b98b41b9 Mon Sep 17 00:00:00 2001 From: Shyang Koong Date: Fri, 31 May 2019 11:12:31 -0700 Subject: [PATCH 1/2] Updating mockito version --- ui/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build.gradle b/ui/build.gradle index 1544467c9..56ebf39b2 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -61,7 +61,7 @@ dependencies { androidTestImplementation "com.squareup.leakcanary:leakcanary-android-instrumentation:1.6.3" androidTestImplementation "com.squareup.leakcanary:leakcanary-support-fragment:1.6.3" - testImplementation group: 'org.mockito', name: 'mockito-core', version: "2.25.0" + testImplementation group: 'org.mockito', name: 'mockito-core', version: "2.27.0" testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: "1.1.1" testImplementation "org.robolectric:robolectric:4.1" testImplementation "com.squareup.okhttp3:mockwebserver:3.11.0" From 19386a5ea069673ca397dfc3f32f493089a0f0e1 Mon Sep 17 00:00:00 2001 From: Shyang Koong Date: Mon, 3 Jun 2019 11:06:16 -0700 Subject: [PATCH 2/2] Updating test dependencies https://developer.android.com/jetpack/androidx/releases/test --- ui/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/build.gradle b/ui/build.gradle index 56ebf39b2..7fdbb6b2d 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -45,18 +45,18 @@ dependencies { implementation "androidx.appcompat:appcompat:1.0.2" implementation "com.google.android.material:material:1.0.0" implementation "androidx.constraintlayout:constraintlayout:1.1.3" - implementation "androidx.test.espresso:espresso-idling-resource:3.1.1" + implementation "androidx.test.espresso:espresso-idling-resource:3.2.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.recyclerview:recyclerview:1.0.0" api "com.hyperwallet.android:core-sdk:1.0.0-beta03-SNAPSHOT" - androidTestImplementation "androidx.test.ext:junit:1.1.0" - androidTestImplementation "androidx.test:runner:1.1.1" - androidTestImplementation "androidx.test:rules:1.1.1" - androidTestImplementation "androidx.test.espresso:espresso-core:3.1.1" - androidTestImplementation "androidx.test.espresso:espresso-contrib:3.1.1" - androidTestImplementation "androidx.test.espresso:espresso-intents:3.1.1" + androidTestImplementation "androidx.test.ext:junit:1.1.1" + androidTestImplementation "androidx.test:runner:1.2.0" + androidTestImplementation "androidx.test:rules:1.2.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" + androidTestImplementation "androidx.test.espresso:espresso-contrib:3.2.0" + androidTestImplementation "androidx.test.espresso:espresso-intents:3.2.0" androidTestImplementation "com.squareup.okhttp3:mockwebserver:3.11.0" androidTestImplementation "com.squareup.leakcanary:leakcanary-android-instrumentation:1.6.3" androidTestImplementation "com.squareup.leakcanary:leakcanary-support-fragment:1.6.3"