From 7856cb530ab1e980c622114ee92e987a83a7c939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:01:12 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.2 --- app/build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 101ba0a..3c60fea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation 'androidx.test:runner:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' diff --git a/core/build.gradle b/core/build.gradle index b0bf480..be90cb5 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.2' implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.3' implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'