diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 1df5440b..569d3b6d 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -7,7 +7,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$orgJetbrainsKotlin" 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.12' // Moshi implementation("com.squareup.moshi:moshi-kotlin:$comSquareupMoshi") {