Skip to content

Commit

Permalink
Remove leakcanary
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Apr 18, 2024
1 parent a9928fb commit e6b990c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ dependencies {
implementation(libs.timber)
implementation(libs.slf4j.timber)

// Debugging
if (getProperty("leakcanary.enable")?.toBoolean() == true)
debugImplementation(libs.leakcanary)

// Compatibility (desugaring)
coreLibraryDesugaring(libs.android.desugar)

Expand Down
6 changes: 0 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,15 @@ androidx-work = "2.9.0"
blurhash = "0.3.0"
coil = "2.6.0"
detekt = "1.23.6"
gson = "2.8.9"
jellyfin-androidx-media = "1.3.1+1"
jellyfin-apiclient = "v0.7.10"
jellyfin-sdk = "1.4.7"
junit = "4.13.2"
koin = "3.5.6"
koin-compose = "3.5.6"
kotest = "5.8.1"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.3"
leakcanary = "2.13"
libvlc = "3.5.1"
markwon = "4.6.2"
mockk = "1.13.10"
Expand Down Expand Up @@ -119,9 +116,6 @@ aboutlibraries = { module = "com.mikepenz:aboutlibraries-core", version.ref = "a
slf4j-timber = { module = "io.github.unveloper:slf4j-timber", version.ref = "slf4j-timber" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }

# Debugging
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }

# Compatibility (desugaring)
android-desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "android-desugar" }

Expand Down

0 comments on commit e6b990c

Please sign in to comment.