Skip to content

Commit

Permalink
remove v4.2.0 deprecated napier module
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Apr 10, 2024
1 parent 74e6642 commit 1c9af99
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:5.3.1"
mockk = "io.mockk:mockk:1.13.10"
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
napier = "io.github.aakira:napier:2.7.1"
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
okhttp3-tls = { module = "com.squareup.okhttp3:okhttp-tls", version.ref = "okhttp3" }
Expand Down
13 changes: 0 additions & 13 deletions gto-support-napier/build.gradle.kts

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,3 @@ include("gto-support-viewpager")
include("testing:gto-support-dagger")
include("testing:gto-support-picasso")
include("testing:gto-support-timber")

// deprecated modules
include("gto-support-napier")

0 comments on commit 1c9af99

Please sign in to comment.