From a7e8ba672c253bb35c22b2c0aede5de524e4ef0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:49:08 +0000 Subject: [PATCH] Bump com.github.AppDevNext.Logcat:LogcatCoreLib from 3.3.1 to 3.4 Bumps com.github.AppDevNext.Logcat:LogcatCoreLib from 3.3.1 to 3.4. --- updated-dependencies: - dependency-name: com.github.AppDevNext.Logcat:LogcatCoreLib dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor ... 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 c02791d77..87fd80245 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation project(":MPChartLib") androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0" - androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" + androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.4" androidTestUtil "androidx.test.services:test-services:1.6.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" androidTestImplementation "androidx.test.espresso:espresso-intents:3.7.0"