1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

Show logcat live

It updates logcat content during observation
This commit is contained in:
Hannes Achleitner 2020-12-14 08:19:59 +01:00
parent 9bef933428
commit 2a4f8175da

View File

@ -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.1.1'
api 'com.github.AppDevNext.Logcat:LogcatCore:2.2.1'
// Moshi
implementation ("com.squareup.moshi:moshi-kotlin:$moshiVersion") {