1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-09 15:38:41 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
a035423d34
Bump LogcatCore from 2.2.2 to 2.12
Bumps LogcatCore from 2.2.2 to 2.12.

---
updated-dependencies:
- dependency-name: com.github.AppDevNext.Logcat:LogcatCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-15 13:50:18 +00:00

View File

@ -7,7 +7,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:4.6.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$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") {