From 29260a188de5b99eff26925d4213f9229bd73c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:17:03 +0000 Subject: [PATCH] Bump com.github.AppDevNext.Logcat:LogcatCoreLib from 3.2 to 3.3.1 Bumps [com.github.AppDevNext.Logcat:LogcatCoreLib](https://github.com/AppDevNext/Logcat) from 3.2 to 3.3.1. - [Release notes](https://github.com/AppDevNext/Logcat/releases) - [Commits](https://github.com/AppDevNext/Logcat/compare/3.2...3.3.1) --- updated-dependencies: - dependency-name: com.github.AppDevNext.Logcat:LogcatCoreLib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- exampleapp/build.gradle | 2 +- tracker/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..222651a1 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':tracker') implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" + implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" diff --git a/tracker/build.gradle b/tracker/build.gradle index d3ac843d..525a9ced 100644 --- a/tracker/build.gradle +++ b/tracker/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.8.0' - implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" + implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" testImplementation 'org.awaitility:awaitility:4.2.2'