Skip to content

Commit

Permalink
feat: Enable LeakCanary
Browse files Browse the repository at this point in the history
  • Loading branch information
reocat committed Feb 6, 2025
1 parent 91e54d5 commit a5fc823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,6 @@ dependencies {
implementation(libs.ktor.client.encoding)

implementation(libs.taglib)

debugImplementation(libs.leakcanary)
}
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ksp = "2.1.20-Beta2-1.0.29"
multidex = "2.0.1"
newpipe = "dev-SNAPSHOT"
taglib = "1.0.0-alpha25"
leakcanary = "2.14"

[libraries]
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
Expand Down Expand Up @@ -83,6 +84,8 @@ multidex = { group = "androidx.multidex", name = "multidex", version.ref = "mult

newpipe-extractor = { group = "com.github.TeamNewPipe", name = "NewPipeExtractor", version.ref = "newpipe" }

leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" }

[plugins]
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
Expand Down

0 comments on commit a5fc823

Please sign in to comment.