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

Update Logcat library dependency

This commit is contained in:
davigonz 2019-11-26 16:47:15 +01:00
parent 10a7bdbc4d
commit 5bf99df58a

View File

@ -8,7 +8,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:3.12.0' api 'com.squareup.okhttp3:okhttp:3.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1' 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 { allOpen {