From 00489c5bf8027e2c51dfbb61ed3f6584d34b8c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 07:09:58 +0000 Subject: [PATCH] Bump LogcatCore from 2.2.2 to 2.6.0 Bumps [LogcatCore](https://github.com/AppDevNext/Logcat) from 2.2.2 to 2.6.0. - [Release notes](https://github.com/AppDevNext/Logcat/releases) - [Commits](https://github.com/AppDevNext/Logcat/compare/2.2.2...2.6.0) Signed-off-by: dependabot[bot] --- owncloudComLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 97f583ba4..90ccccc64 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -6,7 +6,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5' - api 'com.github.AppDevNext.Logcat:LogcatCore:2.2.2' + api 'com.github.AppDevNext.Logcat:LogcatCore:2.6.0' // Moshi implementation("com.squareup.moshi:moshi-kotlin:$moshiVersion") {