diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 0e8238d2..28c9a5d1 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -8,7 +8,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:3.12.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1' - api 'com.github.hannesa2:Logcat:1.5.5' + api 'com.github.hannesa2:Logcat:1.5.6' } allOpen {