Skip to content

Commit

Permalink
Remove Timber library dependency from the core module
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltboldizsar committed Oct 25, 2021
1 parent ee22b73 commit 6c4f33e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ dependencies {
debugImplementation "com.github.pandulapeter.beagle:log-$beagleNetworkLoggerType:$beagleVersion"
releaseImplementation "com.github.pandulapeter.beagle:log-$beagleNetworkLoggerType-noop:$beagleVersion"

// Timber
implementation 'com.jakewharton.timber:timber:5.0.1'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'

testImplementation "junit:junit:$junitVersion"
Expand Down
2 changes: 0 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ dependencies {

api "io.insert-koin:koin-core:$koinVersion"

api 'com.jakewharton.timber:timber:5.0.1'

testImplementation "junit:junit:$junitVersion"
}

Expand Down

0 comments on commit 6c4f33e

Please sign in to comment.