From 7645cfae64ae1b3e8bb96a100fbd523034432207 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sun, 7 Mar 2021 07:52:06 +0100 Subject: [PATCH] Logcat Android 5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c65a9c5..c8cb09c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.github.AppDevNext.Logcat:LogcatCore:2.4.0' + implementation 'com.github.AppDevNext.Logcat:LogcatCore:2.5.0' implementation project(':library') implementation "androidx.core:core-ktx:1.3.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"