From b4034c61cedbef16a26ba97ee825f2a87fb9bff0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:46:56 +0000 Subject: [PATCH] Bump tinylog-api from 2.2.1 to 2.3.1 Bumps [tinylog-api](https://github.com/pmwmedia/tinylog) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/pmwmedia/tinylog/releases) - [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.4/release.md) - [Commits](https://github.com/pmwmedia/tinylog/compare/2.2.1...2.3.1) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ed15a59..a7be53c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.core:core:1.3.2' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'org.tinylog:tinylog-api:2.2.1' + implementation 'org.tinylog:tinylog-api:2.3.1' runtimeOnly 'org.tinylog:tinylog-impl:2.2.1' implementation "androidx.room:room-runtime:2.2.6" annotationProcessor "androidx.room:room-compiler:2.2.6"